Click or drag to resize

MimeTextEncoding Property

Gets or sets encoding used to encode text contained in this MIME entity. When setting this property, Data property is re-set with value representing Text in new encoding.

Namespace:  Limilabs.Mail.MIME
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public Encoding Encoding { get; set; }

Property Value

Type: Encoding
Remarks
Encoding is stored as a charset field in content-type header. Default is system's default.
See Also