SharpMimeTools Documented Class Library

SharpMessage Constructor (Stream, SharpDecodeOptions, String)

[This is preliminary documentation and subject to change.]

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

public SharpMessage(
   Stream message,
   SharpDecodeOptions options,
   string path
);

Parameters

message
Stream that contains the message content
options
SharpDecodeOptions to determine how to do the decoding (must be combined as a bit map).
path
A String specifying the path on which to save the attachments found.

See Also

SharpMessage Class | anmar.SharpMimeTools Namespace | SharpMessage Constructor Overload List