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