MimeReader Class

The MimeReader class returns information about a MIME stream.

Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)

Syntax

'Declaration
Public Class MimeReader
    Implements IDisposable
public class MimeReader : IDisposable
public ref class MimeReader : IDisposable
public class MimeReader implements IDisposable
public class MimeReader implements IDisposable

Remarks

The implementation of the MIME parser in this class may interpret MIME attachments differently than the way MIME parsers from other vendor interpret MIME attachments. For example, this MIME parser may interpret an attachment as a plain text file, and other MIME parsers may interpret the same attachment as code.

Inheritance Hierarchy

System.Object
  Microsoft.Exchange.Data.Mime.MimeReader

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.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003