TnefReader Class
The TnefReader class enables you to read properties from a TNEF stream in a forward-only manner.
Inheritance Hierarchy
System.Object
Microsoft.Exchange.Data.ContentTypes.Tnef.TnefReader
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Class TnefReader _
Implements IDisposable
'Usage
Dim instance As TnefReader
public class TnefReader : IDisposable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.