| MimeEncodingBit8 Field |
No encoding transformation has been performed.
8-bit encoding refers to data that is all represented as relatively short lines with 998 octets or less between CRLF line separation.
No octets with decimal values greater than 127 are allowed and neither are NULs (0).
CR (13) and LF (10) octets only occur as part of CRLF line separation sequences.
(
RFC 2045 2.7)
Namespace:
Limilabs.Mail.Headers
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public static MimeEncoding Bit8
Public Shared Bit8 As MimeEncoding
public:
static MimeEncoding^ Bit8
static val mutable Bit8: MimeEncoding
Field Value
Type:
MimeEncodingSee Also