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 |
|---|---|
| MimeWriter.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.
|
| MimeWriter.WriteRawContent (Byte[], 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.
|