MimeDocument.GetLoadStream method

The GetLoadStream method returns a write-only stream that can be used to load Multipurpose Internet Mail Extensions (MIME) content into this MimeDocument object.

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

Syntax

'Declaration
Public Function GetLoadStream As Stream
'Usage
Dim instance As MimeDocument
Dim returnValue As Stream

returnValue = instance.GetLoadStream()
public Stream GetLoadStream()

Return value

Type: System.IO.Stream

See also

Reference

MimeDocument class

MimeDocument members

Microsoft.Exchange.Data.Mime namespace