MailAddress Class |
Namespace: Aspose.Email
The MailAddress type exposes the following members.
Name | Description | |
---|---|---|
![]() | MailAddress(String) |
Initializes a new instance of the MailAddress class.
|
![]() | MailAddress(String, Boolean) |
Initializes a new instance of the MailAddress class.
|
![]() | MailAddress(String, String) |
Initializes a new instance of the MailAddress class.
|
![]() | MailAddress(String, String, Boolean) |
Initializes a new instance of the MailAddress class.
|
![]() | MailAddress(String, String, Encoding) |
Initializes a new instance of the MailAddress class.
|
![]() | MailAddress(String, String, Encoding, Boolean) |
Initializes a new instance of the MailAddress class.
|
Name | Description | |
---|---|---|
![]() | Address |
Gets or sets the e-mail address.
|
![]() | Count |
Contains count of mail addresses.
|
![]() | DisplayName |
Gets or sets a display name.
|
![]() | Host |
Gets the host portion of the address.
|
![]() | Id |
Gets object identification information
|
![]() | Item |
Gets the element at the specified index.
|
![]() | OriginalAddressString |
Gets or sets the original e-mail address string.
|
![]() | ParticipationStatus |
Gets or sets the participation status for the calendar user.
|
![]() | User |
Gets the username.
|
Name | Description | |
---|---|---|
![]() | Equals |
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() ![]() | (String to MailAddress) |
Performs an implicit conversion from String to MailAddress.
|
![]() ![]() | (MailAddressCollection to MailAddress) |
Performs an implicit conversion from MailAddressCollection to MailAddress.
|