SharpMimeTools Documented Class Library

SharpMessage Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the SharpMessage class based on the supplied Stream.

Overload List

Initializes a new instance of the SharpMessage class based on the supplied Stream.

public SharpMessage(Stream);

Initializes a new instance of the SharpMessage class based on the supplied Stream.

public SharpMessage(Stream,MimeTopLevelMediaType,SharpDecodeOptions,string,string);

Initializes a new instance of the SharpMessage class based on the supplied Stream.

public SharpMessage(Stream,MimeTopLevelMediaType,bool);

Initializes a new instance of the SharpMessage class based on the supplied Stream.

public SharpMessage(Stream,MimeTopLevelMediaType,bool,string);

Initializes a new instance of the SharpMessage class based on the supplied Stream.

public SharpMessage(Stream,MimeTopLevelMediaType,bool,string,string);

Initializes a new instance of the SharpMessage class based on the supplied Stream.

public SharpMessage(Stream,SharpDecodeOptions);

Initializes a new instance of the SharpMessage class based on the supplied Stream.

public SharpMessage(Stream,SharpDecodeOptions,string);

Initializes a new instance of the SharpMessage class based on the supplied Stream.

public SharpMessage(Stream,SharpDecodeOptions,string,string);

Initializes a new instance of the SharpMessage class based on the supplied Stream.

public SharpMessage(Stream,bool,bool);

Initializes a new instance of the SharpMessage class based on the supplied Stream.

public SharpMessage(Stream,bool,bool,string);

Initializes a new instance of the SharpMessage class based on the supplied Stream.

public SharpMessage(Stream,bool,bool,string,string);

Initializes a new instance of the SharpMessage class based on the supplied String.

public SharpMessage(string);

See Also

SharpMessage Class | anmar.SharpMimeTools Namespace