MessageBody Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the body of a message.
public ref class MessageBody : Microsoft::Exchange::WebServices::Data::ComplexProperty
public class MessageBody : Microsoft.Exchange.WebServices.Data.ComplexProperty
Public Class MessageBody
Inherits ComplexProperty
- Inheritance
- Derived
Constructors
MessageBody() |
Initializes a new instance of the MessageBody class. |
MessageBody(BodyType, String) |
Initializes a new instance of the MessageBody class with the message body type and message body text. |
MessageBody(String) |
Initializes a new instance of the MessageBody class with the message body text. |
Properties
BodyType |
Gets or sets the message body type. |
Text |
Gets or sets the message body text. |
Methods
ToString() |
Returns a string that represents the current message body object. |
Operators
Implicit(MessageBody to String) |
Defines an implicit conversion of a message body into a string. |
Implicit(String to MessageBody) |
Defines an implicit conversion of a string to a message body. |