MimeWriter.WriteRawContent method (Stream)
The WriteRawContent method writes content from a source stream to the stream that this MimeWriter object owns and does not apply an encoding to the content as it is written.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WriteRawContent ( _
sourceStream As Stream _
)
'Usage
Dim instance As MimeWriter
Dim sourceStream As Stream
instance.WriteRawContent(sourceStream)
public void WriteRawContent(
Stream sourceStream
)
Parameters
sourceStream
Type: System.IO.StreamA stream containing the content to be written to the stream that this MimeWriter object owns.