Share via


MimeWriter.WriteContent Method

The WriteContent overloads write MIME content to the stream MimeWriter owns.

Overload List

Name Description
MimeWriter.WriteContent (MimeReader)
The WriteContent method writes content from a MimeReader object to the stream that this MimeWriter object owns.
MimeWriter.WriteContent (Stream)
The WriteContent method writes content from a source Stream to the stream that this MimeWriter object owns.
MimeWriter.WriteContent (Byte[], Int32, Int32)
The WriteContent method writes data from a buffer into the stream that this MimeWriter object owns.