GraphMessageData Class
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 8.0.9673)
Represents a message data which can be used to update a message using the UpdateMessage(GraphMessageId, GraphMessageData) method.
Syntax
public class GraphMessageData
Inherited Members
Properties
| Name | Description |
|---|---|
| Bcc | Gets or sets the list of addresses of recipients that are not to be revealed to other recipients of the message. |
| Body | Gets the Body of a message. |
| Categories | Gets or sets the list of categories of the message. |
| CC | Gets or sets the list of addresses of others who are to receive the message. |
| Flag | Gets or sets the Flag of the message. |
| From | Gets or sets the address list of the mailboxes from which the message was sent. Can only be updated for 'Draft' messages. |
| Importance | Gets or sets the Importance of the message. |
| IsRead | Gets or sets the value indicating whether the message is read. |
| MessageId | Gets or sets the Message-ID (MIME header) of the message. Can only be updated for 'Draft' messages. |
| ReplyTo | Gets or sets the list of addresses to use when replying. |
| Subject | Gets or sets the Subject of the message. |
| To | Gets or sets the list of addresses of primary recipients of the message. |
Methods
| Name | Description |
|---|---|
| SetBodyHtml(String) | Sets the HTML body of a message and clears the TEXT body. |
| SetBodyText(String) | Sets the TEXT body of a message and clears the HTML body. |