Share via


DecodingOptions constructor

The DecodingOptions constructor overload creates a new DecodingOptions structure.

Overload list

  Name Description
Public method DecodingOptions(DecodingFlags) The DecodingOptions constructor creates a new DecodingOptions structure that has the DecodingFlags specified by decodingFlags.
Public method DecodingOptions(DecodingFlags, String) The DecodingOptions constructor creates a new DecodingOptions structure that has the DecodingFlags specified by decodingFlags and the encoding specified by charsetName.
Public method DecodingOptions(DecodingFlags, Encoding) The DecodingOptions constructor creates a new DecodingOptions structure that has the DecodingFlags specified by decodingFlags and the encoding specified by encoding.

Top

See also

Reference

DecodingOptions structure

DecodingOptions members

Microsoft.Exchange.Data.Mime namespace