EmailAddress Methods |
The EmailAddress type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() ![]() | EscapeIdnDomain |
Converts domain part of e-mail address string into IDN format.
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FromIdnAddress |
Gets a new EmailAddress object which is a copy of the current object with the domain part converted from IDN format.
|
![]() ![]() | GetAccountName |
Gets the account name of the e-mail address.
|
![]() ![]() ![]() | GetAccountNameFromEmail |
Gets the account name of the specified e-mail address as a string.
|
![]() ![]() | GetDomain |
Gets the domain name of the e-mail address.
|
![]() ![]() ![]() | GetDomainFromEmail |
Gets the domain name of the specified e-mail address as a string.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() ![]() | Parse |
Parses an e-mail address string and returns EmailAddress object which represents the given e-mail addresses.
|
![]() | ToIdnAddress |
Gets a new EmailAddress object which is a copy of the current object with the domain part converted into IDN format.
|
![]() ![]() | ToString |
Returns the e-mail address as a string.
(Overrides ObjectToString.) |
![]() ![]() | UnescapeIdnDomain |
Converts domain part of e-mail address string from IDN format into Unicode.
|