MimeWriter.WriteContent method
The WriteContent overloads write MIME content to the stream MimeWriter owns.
Overload list
Name | Description | |
---|---|---|
WriteContent(Stream) | The WriteContent method writes content from a source Stream to the stream that this MimeWriter object owns. | |
WriteContent(MimeReader) | The WriteContent method writes content from a MimeReader object to the stream that this MimeWriter object owns. | |
WriteContent([], Int32, Int32) | The WriteContent method writes data from a buffer into the stream that this MimeWriter object owns. |
Top