EwsMessageBody Class
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9448)
Represents a message body.
Syntax
public class EwsMessageBody
Inherited Members
Constructors
| Name | Description |
|---|---|
| EwsMessageBody(String) | Initializes new instance of EwsMessageBody with specified content as a text format. |
| EwsMessageBody(String, EwsBodyFormat) | Initializes new instance of EwsMessageBody with specified content and format. |
Properties
| Name | Description |
|---|---|
| Content | Gets the body content. |
| Format | Gets the body format. |
Operators
| Name | Description |
|---|---|
| Implicit(String to EwsMessageBody) | Converts a String to an EwsMessageBody. |