Compartir a través de


DecodingOptions.CharsetEncoding Property

The CharsetEncoding property gets the character set that is used for incoming headers.

Namespace:  Microsoft.Exchange.Data.Mime
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public ReadOnly Property CharsetEncoding As Encoding
    Get
'Usage
Dim instance As DecodingOptions
Dim value As Encoding

value = instance.CharsetEncoding
public Encoding CharsetEncoding { get; }

Property Value

Type: System.Text.Encoding
The CharsetEncoding property returns an Encoding object that represents the encoding assumed for incoming headers when no character set is specified in the incoming document.