MimeReader Class

The MimeReader class returns information about a MIME stream.

Inheritance Hierarchy

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

Namespace:  Microsoft.Exchange.Data.Mime
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Class MimeReader _
    Implements IDisposable
'Usage
Dim instance As MimeReader
public class MimeReader : 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.

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.