| MailboxAddressToString(FormatOptions, Boolean) Method |
Return a string representation of the
MailboxAddress,
optionally encoding it for transport.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax Exceptions Remarks
Returns a string containing the formatted mailbox address. If the encode
parameter is true, then the mailbox name will be encoded according to the rules defined
in rfc2047, otherwise the name will not be encoded at all and will therefor only be suitable
for display purposes.
See Also