SharpMimeTools Documented Class Library

SharpTnefMessage.Parse Method (String)

[This is preliminary documentation and subject to change.]

Parses the ms-tnef stream from the provided Stream.

public bool Parse(
   string path
);

Parameters

path
A String specifying the path on which to save the attachments found. Specify the null reference to save them in memory as MemoryStream instances instead.

Return Value

true if parsing is successful. false otherwise.

See Also

SharpTnefMessage Class | anmar.SharpMimeTools Namespace | SharpTnefMessage.Parse Overload List