MimeNode.WriteTo Method (Stream, EncodingOptions)
The WriteTo method writes the Multipurpose Internet Mail Extensions (MIME) data in this MimeNode object into stream by using encodingOptions.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Function WriteTo ( _
stream As Stream, _
encodingOptions As EncodingOptions _
) As Long
public long WriteTo (
Stream stream,
EncodingOptions encodingOptions
)
public:
long long WriteTo (
Stream^ stream,
EncodingOptions^ encodingOptions
)
public long WriteTo (
Stream stream,
EncodingOptions encodingOptions
)
public function WriteTo (
stream : Stream,
encodingOptions : EncodingOptions
) : long
Parameters
- stream
The stream into which to write the MIME data.
- encodingOptions
The EncodingOptions object that controls the encoding that is used when the MIME data is written.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003