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 WriteHeader method writes the next header from a MimeReader object into the stream that this MimeWriter object owns.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WriteHeader ( _
reader As MimeHeaderReader _
)
'Usage
Dim instance As MimeWriter
Dim reader As MimeHeaderReader
instance.WriteHeader(reader)
public void WriteHeader(
MimeHeaderReader reader
)
Parameters
reader
Type: Microsoft.Exchange.Data.Mime.MimeHeaderReaderA MimeReader object that is positioned on the header to be read into the stream that this MimeWriter owns.