MimePart.SetContentStream Method
Include Protected Members
Include Inherited Members
The SetContentStream overloads set the content of this MimePart object.
Overload List
Name | Description | |
---|---|---|
SetContentStream(String, Stream, CachingMode) | The SetContentStream method sets the content of this MimePart object. | |
SetContentStream(ContentTransferEncoding, Stream, CachingMode) | The SetContentStream method sets the content of this MimePart object. |
Top