MimeNode.WriteTo method (Stream)

The WriteTo method writes the Multipurpose Internet Mail Extensions (MIME) data in this MimeNode 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 MimeNode
Dim stream As Stream
Dim returnValue As Long

returnValue = instance.WriteTo(stream)
public long WriteTo(
    Stream stream
)

Parameters

Return value

Type: System.Int64

See also

Reference

MimeNode class

MimeNode members

WriteTo overload

Microsoft.Exchange.Data.Mime namespace