Share via


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
Public method GetContentWriteStream(String) The GetContentWriteStream method returns a stream that will be written to by using the specified content transfer encoding.
Public method GetContentWriteStream(ContentTransferEncoding) The GetContentWriteStream method returns a stream that will be written to by using the specified content transfer encoding.

Top