SharpMimeTools Documented Class Library

SharpMimeHeader.EncodingDefault Property

[This is preliminary documentation and subject to change.]

Gets or sets the default Encoding used when it isn't defined otherwise.

public static System.Text.Encoding EncodingDefault {get; set;}

Property Value

The Encoding used when it isn't defined otherwise

Remarks

The default value is ASCIIEncoding as defined in RFC 2045 section 5.2.
If you change this value you'll be violating this rfc section.

See Also

SharpMimeHeader Class | anmar.SharpMimeTools Namespace