다음을 통해 공유


HeaderList.WriteTo Method (Stream, EncodingOptions, MimeOutputFilter)

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 _
)
public void WriteTo (
    Stream stream,
    EncodingOptions encodingOptions,
    MimeOutputFilter filter
)
public:
void WriteTo (
    Stream^ stream, 
    EncodingOptions^ encodingOptions, 
    MimeOutputFilter^ filter
)
public void WriteTo (
    Stream stream, 
    EncodingOptions encodingOptions, 
    MimeOutputFilter filter
)
public function WriteTo (
    stream : Stream, 
    encodingOptions : EncodingOptions, 
    filter : MimeOutputFilter
)

Parameters

  • stream
    The stream to write to.
  • encodingOptions
    An EncodingOptions structure that describes how to encode the data as it is written to the stream.
  • filter
    A MimeOutputFilter object that controls the data that is written to the stream.

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