Share via


MimeWriter.WriteRawContent method

The WriteRawContent overloads write content to the stream that this MimeWriter object owns but does not apply an encoding to the content as it is written.

Overload list

  Name Description
Public method WriteRawContent(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.
Public method WriteRawContent([], Int32, Int32) The WriteRawContent method writes content from a byte array to the stream that this MimeWriter object owns and does not apply an encoding to the content as it is written.

Top

See also

Reference

MimeWriter class

MimeWriter members

Microsoft.Exchange.Data.Mime namespace