MimeReader methods

The MimeReader type exposes the following members.

Methods

  Name Description
Public method Close The Close method closes the current stream and releases any resources (such as sockets and file handles) that are associated with the current stream.
Public method CopyOuterContentTo The CopyOuterContentTo method copies a whole MIME part, both headers and content, into stream.
Public method Dispose() The Dispose method releases the resources that are used by the MimeReader.
Protected method Dispose(Boolean) The Dispose method Releases the unmanaged resources used by the MimeReader and optionally releases the managed resources.
Public method EnableReadingUnparsedHeaders The EnableReadingUnparsedHeaders method makes the unparsed headers available for reading.
Public method GetContentReadStream The GetContentReadStream method returns a stream that contains the content of the current part body.
Public method GetEmbeddedMessageReader The GetEmbeddedMessageReader method returns a MimeReader object for an embedded message.
Public method GetRawContentReadStream The GetRawContentReadStream method returns a stream that contains the content of the current part body.
Public method ReadContent The ReadContent method reads at most count bytes into buffer, starting at offset bytes.
Public method ReadFirstChildPart The ReadFirstChildPart method moves to the start of the first child part within the current part.
Public method ReadHeaders The ReadHeaders method moves to the beginning of the current part, which allows for the reading of the headers for the current part.
Public method ReadNextPart The ReadNextPart method moves to the next part in the MIME source stream.
Public method ReadNextSiblingPart The ReadNextSiblingPart method moves the current position to the next sibling of the current part.
Public method ReadRawContent The ReadRawContent method reads at most count bytes into buffer, without decoding them, starting at offset bytes.
Public method ResetComplianceStatus The ResetComplianceStatus method resets the MimeComplianceStatus of the reader to Compliant.
Public method TryGetContentReadStream The TryGetContentReadStream method gets a stream that contains the content of the current part body.

Top

See also

Reference

MimeReader class

Microsoft.Exchange.Data.Mime namespace