MimePart.GetContentWriteStream Method
Include Protected Members
Include Inherited Members
The GetContentWriteStream overloads return a stream that can be used to store data in this MimePart object.
Overload List
Name | Description | |
---|---|---|
GetContentWriteStream(String) | The GetContentWriteStream method returns a stream that will be written to by using the specified content transfer encoding. | |
GetContentWriteStream(ContentTransferEncoding) | The GetContentWriteStream method returns a stream that will be written to by using the specified content transfer encoding. |
Top