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
'Usage
Dim instance As MimeReader
public class MimeReader
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.