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 WriteTo method writes the Multipurpose Internet Mail Extensions (MIME) data in the Document Object Model (DOM) to stream.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function WriteTo ( _
stream As Stream _
) As Long
'Usage
Dim instance As MimeDocument
Dim stream As Stream
Dim returnValue As Long
returnValue = instance.WriteTo(stream)
public long WriteTo(
Stream stream
)
Parameters
stream
Type: System.IO.StreamThe stream into which to write the MIME data that is contained in this MimeDocument object.
Return value
Type: System.Int64