MailBee.NET Objects 6.0

EmailAddress Members

EmailAddress overview

Public Static Methods

GetAccountNameFromEmail Gets the account name of the specified e-mail address as a string.
GetDomainFromEmail Gets the domain name of the specified e-mail address as a string.
Parse Parses an e-mail address string and returns EmailAddress object which represents the given e-mail addresses.

Public Instance Constructors

EmailAddress Overloaded. Initializes a new instance of the EmailAddress class.

Public Instance Properties

AsString Gets or sets the full e-mail address (with optional remarks and display name) as a string.
DisplayName Gets or sets the name which is displayed with the e-mail address.
Email Gets or sets the actual e-mail address as a string.
Remarks Contains the additional information (remarks) about the e-mail address.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetAccountName Gets the account name of the e-mail address.
GetDomain Gets the domain name of the e-mail address.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString Returns the e-mail address as a string.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

EmailAddress Class | MailBee.Mime Namespace | MailMessage | EmailAddressCollection