MailAddress Members
.NET Framework 3.0
Represents the address of an electronic mail sender or recipient.
The following tables list the members exposed by the MailAddress type.
| Name | Description | |
|---|---|---|
| Address | Gets the e-mail address specified when this instance was created. |
| DisplayName | Gets the display name composed from the display name and address information specified when this instance was created. |
| Host | Gets the host portion of the address specified when this instance was created. |
| User | Gets the user information from the address specified when this instance was created. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Overridden. |
| GetHashCode | Overridden. Returns a hash value for a mail address. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Overridden. Returns a string representation of this instance. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Community Additions
ADD
Show: