Tnef |
public class TnefReader : IDisposable
The TnefReader type exposes the following members.
Name | Description | |
---|---|---|
TnefReader(Stream) | Initialize a new instance of the TnefReader class. | |
TnefReader(Stream, Int32, TnefComplianceMode) | Initialize a new instance of the TnefReader class. |
Name | Description | |
---|---|---|
AttachmentKey | Get the attachment key value. | |
AttributeLevel | Get the current attribute's level. | |
AttributeRawValueLength | Get the length of the current attribute's raw value. | |
AttributeRawValueStreamOffset | Get the stream offset of the current attribute's raw value. | |
AttributeTag | Get the current attribute's tag. | |
ComplianceMode | Get the compliance mode. | |
ComplianceStatus | Get the current compliance status of the TNEF stream. | |
MessageCodepage | Get the message codepage. | |
StreamOffset | Get the current stream offset. | |
TnefPropertyReader | Get the TNEF property reader. | |
TnefVersion | Get the TNEF version. |
Name | Description | |
---|---|---|
Close | Close the TNEF reader and the underlying stream. | |
Dispose | Release all resource used by the TnefReader object. | |
Dispose(Boolean) | Release the unmanaged resources used by the TnefReader and optionally releases the managed resources. | |
Equals | (Inherited from Object) | |
Finalize |
Releases unmanaged resources and performs other cleanup operations before the
TnefReader is reclaimed by garbage collection.
(Overrides ObjectFinalize) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
ReadAttributeRawValue | Read the raw attribute value data from the underlying TNEF stream. | |
ReadNextAttribute | Advance to the next attribute in the TNEF stream. | |
ResetComplianceStatus | Reset the compliance status. | |
ToString | (Inherited from Object) |