MimeNode.WriteTo Method (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
- stream
Type: System.IO.Stream
The stream into which to write the data in this MimeNode object.
Return Value
Type: System.Int64
See Also