Type of transfer encoding of the content.

Namespace:  Rebex.Mime
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Enumeration TransferEncoding
C#
public enum TransferEncoding

Members

Member nameDescription
Supported by the .NET Compact FrameworkUnknown
Unknown content encoding.
Supported by the .NET Compact FrameworkQuotedPrintable
Quoted-Printable encoding.
Supported by the .NET Compact FrameworkBase64
Base64 encoding.
Supported by the .NET Compact FrameworkSevenBit
No encoding, content data is 7bit.
Supported by the .NET Compact FrameworkEightBit
No encoding, content data is 8bit.
Supported by the .NET Compact FrameworkBinary
No encoding, content data is binary.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also