Body members
The Body type represents the primary content of an e-mail message.
The Body type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
BodyFormat | The BodyFormat property gets the format for the body. |
![]() |
CharsetName | The CharsetName property gets or set the name of the character set for the body. |
![]() |
MimePart | The MimePart property gets MimePart for the body. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
ConversionNeeded | |
![]() |
GetContentReadStream | The GetContentReadStream method gets a readable stream that contains the contents of the body without content transfer encoding. |
![]() |
GetContentReadStreamOrNull | Gets a readable stream that contains the contents of the body without content transfer encoding. Returns a null reference (Nothing in Visual Basic) if the value of the BodyFormat property is None. |
![]() |
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. |
![]() |
TryGetContentReadStream | The TryGetContentReadStream method gets a readable stream that contains the contents of the body. |
Top