Freigeben über


MimeWriter.WriteContent Method

Include Protected Members
Include Inherited Members

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

Overload List

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

Top