MimeWriter.WritePart method
The WritePart method writes a part to 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 WritePart ( _
reader As MimeReader _
)
'Usage
Dim instance As MimeWriter
Dim reader As MimeReader
instance.WritePart(reader)
public void WritePart(
MimeReader reader
)
Parameters
reader
Type: Microsoft.Exchange.Data.Mime.MimeReaderA MimeReader object positioned at the start of the part to write to the stream that this MimeWriter object owns.