Click or drag to resize
MimeKit

MailboxAddress Properties

The MailboxAddress type exposes the following members.

Properties
 NameDescription
Public propertyAddress Get or set the mailbox address.
Public propertyDomain Get the domain of the email address.
Public propertyEncoding Get or set the character encoding to use when encoding the name of the address.
(Inherited from InternetAddress)
Public propertyStatic memberIdnMapping Get or set the punycode implementation that should be used for encoding and decoding mailbox addresses.
Public propertyIsInternational Get whether or not the address is an international address.
Public propertyLocalPart Get the local-part of the email address.
Public propertyName Get or set the display name of the address.
(Inherited from InternetAddress)
Public propertyRoute Get the mailbox route.
Top
See Also