Body Members
Include Protected Members
Include Inherited 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 | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetContentReadStream | The GetContentReadStream method gets a readable stream that contains the contents of the body without content transfer encoding. | |
GetContentReadStreamOrNull | ||
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. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
TryGetContentReadStream | The TryGetContentReadStream method gets a readable stream that contains the contents of the body. |
Top