Share via


MimePart.SetContentStream Method

Include Protected Members
Include Inherited Members

The SetContentStream overloads set the content of this MimePart object.

Overload List

  Name Description
Public method SetContentStream(String, Stream, CachingMode) The SetContentStream method sets the content of this MimePart object.
Public method SetContentStream(ContentTransferEncoding, Stream, CachingMode) The SetContentStream method sets the content of this MimePart object.

Top