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 | |
---|---|---|
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. | |
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