SharpMimeTools Documented Class Library

SharpTnefMessage Constructor 

[This is preliminary documentation and subject to change.]

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

public SharpTnefMessage(
   Stream input
);

Parameters

input
Stream that contains the ms-tnef strream.

Remarks

The tnef stream isn't automatically parsed, you must call Parse or Parse.

See Also

SharpTnefMessage Class | anmar.SharpMimeTools Namespace