Body.CharsetName property
The CharsetName property gets or set the name of the character set for the body.
Namespace: Microsoft.Exchange.Data.Transport.Email
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public ReadOnly Property CharsetName As String
Get
'Usage
Dim instance As Body
Dim value As String
value = instance.CharsetName
public string CharsetName { get; }
Property value
Type: System.String