SmtpDeliveryFormat Enum

Definition

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
SmtpDeliveryFormat

Fields

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.

SevenBit 0

A delivery format using 7-bit ASCII.

The traditional delivery format used in the Simple Mail Transport Protocol (SMTP) for mail messages.

Applies to