Email Factory for .NET

MimeMessage.GetContentTransferEncoding Method 

Gets the value of the Content-Transfer-Encoding header for this

MimeMessage
. The Content-Transfer-Encoding header indicates the encoding method used for the message body. Typical values are BASE64, UUENCODE, 7BIT, 8BIT and QUOTED-PRINTABLE.

public string GetContentTransferEncoding();

Return Value

The content-transfer-encoding.

See Also

MimeMessage Class | Jscape.Email Namespace