Partager via


MimeWriter.WriteRawContent Method

Include Protected Members
Include Inherited Members

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