MimeContentType.CharacterSet Property
The CharacterSet property gets or sets the ISO character set that is used in the MIME message.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property CharacterSet As String
Get
Set
'Usage
Dim instance As MimeContentType
Dim value As String
value = instance.CharacterSet
instance.CharacterSet = value
public string CharacterSet { get; set; }
Property Value
Type: System.String
The CharacterSet property returns the ISO character set that is used in the MIME message.
See Also