ContentTypeCharSet Property |
Gets or sets the value of the charset parameter.
Namespace:
Aspose.Email.Mime
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string CharSet { get; set; }
Public Property CharSet As String
Get
Set
public:
property String^ CharSet {
String^ get ();
void set (String^ value);
}
member CharSet : string with get, set
Property Value
Type:
StringA string that contains the value of charset parameter.
See Also