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 WriteContent method writes content from a MimeReader object 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 WriteContent ( _
reader As MimeReader _
)
'Usage
Dim instance As MimeWriter
Dim reader As MimeReader
instance.WriteContent(reader)
public void WriteContent(
MimeReader reader
)
Parameters
reader
Type: Microsoft.Exchange.Data.Mime.MimeReaderA MimeReader object containing content to write to the output stream.