HeaderTypeContentTransferEncoding Property |
The third of the MIME-related headers. Indicates the coding method used in a MIME message body.
It has no direct relevance to the delivery of e-mail, but it affects how MIME compliant mail programs interpret the content of the message.
Defined in RFC2045.
Content-Transfer-Encoding: 8bit
Content-transfer-encoding: 7BIT
Content-Transfer-Encoding: 7bit
Content-Transfer-Encoding: base64
Content-Transfer-Encoding: quoted-printable
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic static HeaderType ContentTransferEncoding { get; }
Public Shared ReadOnly Property ContentTransferEncoding As HeaderType
Get
public:
static property HeaderType^ ContentTransferEncoding {
HeaderType^ get ();
}
static member ContentTransferEncoding : HeaderType with get
Property Value
Type:
HeaderType
See Also