Mailbox |
The MailboxAddress type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone |
Clone the mailbox address.
(Overrides InternetAddressClone) | |
| CompareTo |
Compares two internet addresses.
(Inherited from InternetAddress) | |
| DecodeAddrspec | Decode an addrspec token according to IDN decoding rules. | |
| EncodeAddrspec | Encode an addrspec token according to IDN encoding rules. | |
| Equals(InternetAddress) |
Determine whether the specified MailboxAddress is equal to the current MailboxAddress.
(Overrides InternetAddressEquals(InternetAddress)) | |
| Equals(Object) |
Determine whether the specified object is equal to the current object.
(Inherited from InternetAddress) | |
| Finalize | (Inherited from Object) | |
| GetAddress | Get the mailbox address, optionally encoded according to IDN encoding rules. | |
| GetHashCode |
Return the hash code for this instance.
(Inherited from InternetAddress) | |
| GetType | (Inherited from Object) | |
| MemberwiseClone | (Inherited from Object) | |
| OnChanged |
Raise the internal changed event used by MimeMessage to keep headers in sync.
(Inherited from InternetAddress) | |
| Parse(Byte) | Parse the given input buffer into a new MailboxAddress instance. | |
| Parse(String) | Parse the given text into a new MailboxAddress instance. | |
| Parse(Byte, Int32) | Parse the given input buffer into a new MailboxAddress instance. | |
| Parse(ParserOptions, Byte) | Parse the given input buffer into a new MailboxAddress instance. | |
| Parse(ParserOptions, String) | Parse the given text into a new MailboxAddress instance. | |
| Parse(Byte, Int32, Int32) | Parse the given input buffer into a new MailboxAddress instance. | |
| Parse(ParserOptions, Byte, Int32) | Parse the given input buffer into a new MailboxAddress instance. | |
| Parse(ParserOptions, Byte, Int32, Int32) | Parse the given input buffer into a new MailboxAddress instance. | |
| ToString |
Serialize an InternetAddress to a string suitable for display.
(Inherited from InternetAddress) | |
| ToString(Boolean) |
Serialize an InternetAddress to a string, optionally encoding it for transport.
(Inherited from InternetAddress) | |
| ToString(FormatOptions, Boolean) |
Return a string representation of the MailboxAddress,
optionally encoding it for transport.
(Overrides InternetAddressToString(FormatOptions, Boolean)) | |
| TryParse(Byte, MailboxAddress) | Try to parse the given input buffer into a new MailboxAddress instance. | |
| TryParse(String, MailboxAddress) | Try to parse the given text into a new MailboxAddress instance. | |
| TryParse(Byte, Int32, MailboxAddress) | Try to parse the given input buffer into a new MailboxAddress instance. | |
| TryParse(ParserOptions, Byte, MailboxAddress) | Try to parse the given input buffer into a new MailboxAddress instance. | |
| TryParse(ParserOptions, String, MailboxAddress) | Try to parse the given text into a new MailboxAddress instance. | |
| TryParse(Byte, Int32, Int32, MailboxAddress) | Try to parse the given input buffer into a new MailboxAddress instance. | |
| TryParse(ParserOptions, Byte, Int32, MailboxAddress) | Try to parse the given input buffer into a new MailboxAddress instance. | |
| TryParse(ParserOptions, Byte, Int32, Int32, MailboxAddress) | Try to parse the given input buffer into a new MailboxAddress instance. |