다음을 통해 공유


DecodingOptions Constructor (DecodingFlags, String)

The DecodingOptions constructor creates a new DecodingOptions structure that has the DecodingFlags specified by decodingFlags and the encoding specified by charsetName.

Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)

Syntax

'Declaration
Public Sub New ( _
    decodingFlags As DecodingFlags, _
    charsetName As String _
)
public DecodingOptions (
    DecodingFlags decodingFlags,
    string charsetName
)
public:
DecodingOptions (
    DecodingFlags decodingFlags, 
    String^ charsetName
)
public DecodingOptions (
    DecodingFlags decodingFlags, 
    String charsetName
)
public function DecodingOptions (
    decodingFlags : DecodingFlags, 
    charsetName : String
)

Parameters

  • decodingFlags
    A DecodingFlags enumeration that specifies the encodings to use when trying to decode incoming headers and parameters.
  • charsetName
    A string that specifies the character set for incoming headers and parameters if no character set information is specified in the incoming document.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003