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 headers in this HeaderList object to stream.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WriteTo ( _
stream As Stream, _
encodingOptions As EncodingOptions, _
filter As MimeOutputFilter _
)
'Usage
Dim instance As HeaderList
Dim stream As Stream
Dim encodingOptions As EncodingOptions
Dim filter As MimeOutputFilter
instance.WriteTo(stream, encodingOptions, _
filter)
public void WriteTo(
Stream stream,
EncodingOptions encodingOptions,
MimeOutputFilter filter
)
Parameters
stream
Type: System.IO.StreamThe stream to write to.
encodingOptions
Type: Microsoft.Exchange.Data.Mime.EncodingOptionsAn EncodingOptions structure that describes how to encode the data as it is written to the stream.
filter
Type: Microsoft.Exchange.Data.Mime.MimeOutputFilterA MimeOutputFilter object that controls the data that is written to the stream.