| SmtpExtensionSmtpUTF8 Field |
UTF8SMTP extension. Allows usage of UTF-8 email addresses (both local and domain part) without any encoding.
Bit8Mime must be announced by the server when this extension is announced.
BODY=8BITMIME or BODY=BINARYMIME must be used by the client if SMTPUTF8 extension is used.
(
RFC 6531)
Namespace:
Limilabs.Client.SMTP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public static SmtpExtension SmtpUTF8
Public Shared SmtpUTF8 As SmtpExtension
public:
static SmtpExtension^ SmtpUTF8
static val mutable SmtpUTF8: SmtpExtension
Field Value
Type:
SmtpExtensionSee Also