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