Body.GetContentWriteStream Method
Include Protected Members
Include Inherited Members
The GetContentWriteStream overload gets a stream into which you can write new content for the body.
Overload List
Name | Description | |
---|---|---|
GetContentWriteStream() | The GetContentWriteStream method gets a stream into which you can write new content. | |
GetContentWriteStream(String) | The GetContentWriteStream method gets a stream into which you can write new content by using the specified character set. |
Top