![]() | Mailbox |
public class MailboxAddress : InternetAddress
The MailboxAddress type exposes the following members.
Name | Description | |
---|---|---|
![]() | MailboxAddress(String, String) | Initialize a new instance of the MailboxAddress class. |
![]() | MailboxAddress(Encoding, String, String) | Initialize a new instance of the MailboxAddress class. |
![]() | MailboxAddress(String, IEnumerableString, String) | Initialize a new instance of the MailboxAddress class. |
![]() | MailboxAddress(Encoding, String, IEnumerableString, String) | Initialize a new instance of the MailboxAddress class. |
Name | Description | |
---|---|---|
![]() | Address | Get or set the mailbox address. |
![]() | Domain | Get the domain of the email address. |
![]() | Encoding |
Get or set the character encoding to use when encoding the name of the address.
(Inherited from InternetAddress) |
![]() ![]() | IdnMapping | Get or set the punycode implementation that should be used for encoding and decoding mailbox addresses. |
![]() | IsInternational | Get whether the address is an international address. |
![]() | LocalPart | Get the local-part of the email address. |
![]() | Name |
Get or set the display name of the address.
(Inherited from InternetAddress) |
![]() | Route | Get the mailbox route. |
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. |
Name | Description | |
---|---|---|
![]() ![]() | (MailAddress to MailboxAddress) | Explicit cast to convert a MailAddress to a MailboxAddress. |
![]() ![]() | (MailboxAddress to MailAddress) | Explicit cast to convert a MailboxAddress to a MailAddress. |