Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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