Gets the value of the Content-Transfer-Encoding header for this
CopyC#
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.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

C#
public string GetContentTransferEncoding()
Visual Basic
Public Function GetContentTransferEncoding As String
Visual C++
public:
String^ GetContentTransferEncoding()

Return Value

The content-transfer-encoding.

See Also