SmtpDeliveryFormat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The delivery format to use for sending outgoing email using the Simple Mail Transport Protocol (SMTP).
public enum class SmtpDeliveryFormat
public enum SmtpDeliveryFormat
type SmtpDeliveryFormat =
Public Enum SmtpDeliveryFormat
- Inheritance
Fields
Name | Value | Description |
---|---|---|
SevenBit | 0 | A delivery format using 7-bit ASCII. The traditional delivery format used in the Simple Mail Transport Protocol (SMTP) for mail messages. |
International | 1 | A delivery format where non-ASCII characters in the envelope and header fields used in the Simple Mail Transport Protocol (SMTP) for mail messages are encoded with UTF-8 characters. The extensions to support international email are defined in IETF RFC 6530, 6531, and 6532. |