Body Members
The Body type represents the primary content of an e-mail message.
The following tables list the members exposed by the Body type.
Public Properties
| Name | Description | |
|---|---|---|
| .gif) | BodyFormat | The BodyFormat property gets the format for the body. | 
| .gif) | CharsetName | The CharsetName property gets or set the name of the character set for the body. | 
| .gif) | MimePart | The MimePart property gets MimePart for the body. | 
Top
Public Methods
(see also Protected Methods )
| Name | Description | |
|---|---|---|
| .gif) | Equals | Overloaded. (inherited from Object ) | 
| .gif) | GetContentReadStream | The GetContentReadStream method gets a readable stream that contains the contents of the body without content transfer encoding. | 
| .gif) | GetContentWriteStream | Overloaded. The GetContentWriteStream overload gets a stream into which you can write new content for the body. | 
| .gif) | GetHashCode | (inherited from Object ) | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | ToString | (inherited from Object ) | 
| .gif) | TryGetContentReadStream | The TryGetContentReadStream method gets a readable stream that contains the contents of the body. | 
Top
Protected Methods
| Name | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
Top