Click or drag to resize
MimeKit

SecureMailboxAddress Methods

The SecureMailboxAddress type exposes the following members.

Methods
 NameDescription
Public methodClone Clone the mailbox address.
(Inherited from MailboxAddress)
Public methodCompareTo Compares two internet addresses.
(Inherited from InternetAddress)
Public methodEquals(InternetAddress) Determine whether the specified MailboxAddress is equal to the current MailboxAddress.
(Inherited from MailboxAddress)
Public methodEquals(Object) Determine whether the specified object is equal to the current object.
(Inherited from InternetAddress)
Protected methodFinalize
(Inherited from Object)
Public methodGetAddress Get the mailbox address, optionally encoded according to IDN encoding rules.
(Inherited from MailboxAddress)
Public methodGetHashCode Return the hash code for this instance.
(Inherited from InternetAddress)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Protected methodOnChanged Raise the internal changed event used by MimeMessage to keep headers in sync.
(Inherited from InternetAddress)
Public methodToString Serialize an InternetAddress to a string suitable for display.
(Inherited from InternetAddress)
Public methodToString(Boolean) Serialize an InternetAddress to a string, optionally encoding it for transport.
(Inherited from InternetAddress)
Public methodToString(FormatOptions, Boolean) Return a string representation of the MailboxAddress, optionally encoding it for transport.
(Inherited from MailboxAddress)
Top
See Also