| 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; }
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
Type:
EncodingRemarks
Encoding is stored as a charset field in content-type header. Default is system's default.
See Also