 | 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.MIMEAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic Encoding Encoding { get; set; }Public Property Encoding As Encoding
Get
Set
public:
property Encoding^ Encoding {
Encoding^ get ();
void set (Encoding^ value);
}member Encoding : Encoding with get, set
Property Value
Encoding
Remarks
Encoding is stored as a charset field in content-type header. Default is system's default.
See Also