![]() | MailboxAddress Class |
Namespace: MimeKit
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 |
Gets or sets the mailbox address.
|
![]() | Encoding |
Get or set the character encoding to use when encoding the name of the address.
(Inherited from InternetAddress.) |
![]() | IsInternational |
Gets whether or not the address is an international address.
|
![]() | Name |
Get or set the display name of the address.
(Inherited from InternetAddress.) |
![]() | Route |
Gets 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) |
Determines 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 | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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 | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (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) |
Returns 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.
|