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 _
)
'Usage
Dim decodingFlags As DecodingFlags
Dim charsetName As String
Dim instance As New DecodingOptions(decodingFlags, _
    charsetName)
public DecodingOptions(
    DecodingFlags decodingFlags,
    string charsetName
)
Parameters
- decodingFlags
 Type: Microsoft.Exchange.Data.Mime.DecodingFlags
 A DecodingFlags enumeration that specifies the encodings to use when trying to decode incoming headers and parameters.
- charsetName
 Type: System.String
 A string that specifies the character set for incoming headers and parameters if no character set information is specified in the incoming document.