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