Charset.GetEncoding Method
The GetEncoding method returns the Encoding for the character set that this Charset object represents.
Namespace: Microsoft.Exchange.Data.Globalization
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function GetEncoding As Encoding
'Usage
Dim instance As Charset
Dim returnValue As Encoding
returnValue = instance.GetEncoding()
public Encoding GetEncoding()
Return Value
Type: System.Text.Encoding