| MimeEncodingBit7 Field |
No encoding transformation has been performed.
7-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 Bit7
Public Shared Bit7 As MimeEncoding
public:
static MimeEncoding^ Bit7
static val mutable Bit7: MimeEncoding
Field Value
Type:
MimeEncodingSee Also