Click or drag to resize
MimeKit

TnefReader Class

A TNEF reader.
Inheritance Hierarchy
SystemObject
  MimeKit.TnefTnefReader

Namespace: MimeKit.Tnef
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public class TnefReader : IDisposable

The TnefReader type exposes the following members.

Constructors
 NameDescription
Public methodTnefReader(Stream) Initialize a new instance of the TnefReader class.
Public methodTnefReader(Stream, Int32, TnefComplianceMode) Initialize a new instance of the TnefReader class.
Top
Properties
 NameDescription
Public propertyAttachmentKey Get the attachment key value.
Public propertyAttributeLevel Get the current attribute's level.
Public propertyAttributeRawValueLength Get the length of the current attribute's raw value.
Public propertyAttributeRawValueStreamOffset Get the stream offset of the current attribute's raw value.
Public propertyAttributeTag Get the current attribute's tag.
Public propertyComplianceMode Get the compliance mode.
Public propertyComplianceStatus Get the current compliance status of the TNEF stream.
Public propertyMessageCodepage Get the message codepage.
Public propertyStreamOffset Get the current stream offset.
Public propertyTnefPropertyReader Get the TNEF property reader.
Public propertyTnefVersion Get the TNEF version.
Top
Methods
 NameDescription
Public methodClose Close the TNEF reader and the underlying stream.
Public methodDispose Release all resource used by the TnefReader object.
Protected methodDispose(Boolean) Release the unmanaged resources used by the TnefReader and optionally releases the managed resources.
Public methodEquals
(Inherited from Object)
Protected methodFinalize Releases unmanaged resources and performs other cleanup operations before the TnefReader is reclaimed by garbage collection.
(Overrides ObjectFinalize)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodReadAttributeRawValue Read the raw attribute value data from the underlying TNEF stream.
Public methodReadNextAttribute Advance to the next attribute in the TNEF stream.
Public methodResetComplianceStatus Reset the compliance status.
Public methodToString
(Inherited from Object)
Top
Remarks
A TNEF reader.
See Also