MimeDocument::Load method

The Load method loads a stream of Multipurpose Internet Mail Extensions (MIME) data into this MimeDocument object.

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

No code example is currently available or this language may not be supported.

Parameters

stream
Type: System.IO.Stream

A stream that contains the MIME data to load into this MimeDocument object.

cachingMode
Type: Microsoft.Exchange.Data.Mime.CachingMode

A CachingMode enumeration value that controls the treatment of the input MIME stream.

Show: