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 | |
---|---|---|
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
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetContentReadStream | The GetContentReadStream method gets a readable stream that contains the contents of the body without content transfer encoding. | |
GetContentWriteStream | Overloaded. The GetContentWriteStream overload gets a stream into which you can write new content for the body. | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) | |
TryGetContentReadStream | The TryGetContentReadStream method gets a readable stream that contains the contents of the body. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top