GraphMessageInfo Class
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9083)
Represents a Graph message.
Syntax
public class GraphMessageInfo
Inherited Members
Properties
Name | Description |
---|---|
Bcc | Gets the list of addresses of recipients that are not to be revealed to other recipients of the message. |
BodyHtml | Gets the HTML body of the message. |
BodyText | Gets the TEXT body of the message (it can be generated from HTML if not included in the original message). |
Categories | Gets the list of Categories of the item; or empty array if not know. |
CC | Gets the list of addresses of others who are to receive the message. |
ConversationId | Gets the Conversation ID of the message. |
CreatedDate | Gets the date and time value indicating when the message was created; or MinValue if the value is not available. |
Flag | Gets the Flag of the message. |
FolderId | Gets the ID of the parent folder (ID of a folder which contains this message); or null reference if not known. |
From | Gets the address list of the mailboxes from which the message was sent. |
HasAttachments | Gets a value indicating whether the message has attachments; or false if not known. |
Id | Gets the ID of the message. |
Importance | Gets the Importance of the message; or Normal if not known. |
IsDraft | Gets a value indicating whether the message is Draft. |
IsRead | Gets a value indicating whether the message is read. |
LastModifiedDate | Gets the date and time value indicating when the message was last modified; or MinValue if the value is not available. |
MessageId | Gets the Message-ID (MIME header) of the message. |
ReceivedDate | Gets the date and time value indicating when the message was received; or MinValue if the value is not available. |
ReplyTo | Gets the list of addresses to use when replying. |
Sender | Gets the address of the account, which was used to create the message. |
SentDate | Gets the date and time value indicating when the message was sent; or MinValue if the value is not available. |
Subject | Gets the Subject of the message. |
To | Gets the list of addresses of primary recipients of the message. |
WebLink | Gets the URL, which can be used to display this message on web. |