Method | Description | |
---|---|---|
Close ( ) : void |
Closes and releases the reading resources associated with this instance. Be carefull before calling this method, as it also close the underlying System.IO.Stream. |
|
Parse ( ) : bool |
Parses the ms-tnef stream from the provided System.IO.Stream. The attachments found are saved in memory as System.IO.MemoryStream instances. |
|
Parse ( System path ) : bool |
Parses the ms-tnef stream from the provided System.IO.Stream.
|
|
SharpTnefMessage ( System input ) : System |
Initializes a new instance of the anmar.SharpMimeTools.SharpTnefMessage class based on the supplied System.IO.Stream. The tnef stream isn't automatically parsed, you must call Parse() or Parse(string). |
Method | Description | |
---|---|---|
ReadByte ( ) : |
||
ReadBytes ( int length ) : System.Byte[] | ||
ReadBytesTo ( int length, System stream ) : int | ||
ReadInt ( ) : int | ||
ReadMapi ( System data, int size ) : void | ||
ReadUInt16 ( ) : ushort | ||
VerifyChecksum ( System data, ushort checksum ) : bool |
public Parse ( System path ) : bool | ||
path | System | A |
return | bool |
public SharpTnefMessage ( System input ) : System | ||
input | System | |
return | System |