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 source Stream 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 ( _
sourceStream As Stream _
)
'Usage
Dim instance As MimeWriter
Dim sourceStream As Stream
instance.WriteContent(sourceStream)
public void WriteContent(
Stream sourceStream
)
Parameters
sourceStream
Type: System.IO.StreamThe stream from which to read MIME content.