MimePart.SetContentStream method
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