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