SharpMimeTools Documented Class Library

SharpMessage Constructor (Stream, SharpDecodeOptions, String, 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,
   string preferredtextsubtype
);

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.
preferredtextsubtype
A String specifying the subtype to select for text parts that contain aternative content (plain, html, ...). Specify the null reference to maintain the default behavior (prefer whatever the originator sent as the preferred part). If there is not a text part with this subtype, the default one is used.

See Also

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