GraphMessageFields Enum
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 8.0.9673)
Defines sets of Graph item fields which are requested to be retrieved from the server when getting info about item(s).
Syntax
[Flags]
public enum GraphMessageFields
Fields
| Name | Description |
|---|---|
| AttachmentInfo | Request information about attachments (the HasAttachments and Attachments properties). |
| Body | Request message Body (HTML if available, plain text otherwise). |
| Default | Request default set of fields. This value cannot be combined with others. |
| Envelope | Request combination of Id, MessageId, Subject, ReceiveDate, Sender, From, To, CC, Bcc, ReplyTo. |
| Id | Request Id field. |
| Info | Request combination of Id, MessageId, Subject, ReceiveDate, SentDate, Sender, From, To, CC, Bcc, ReplyTo, Importance, Flag, Categories, IsRead, IsDraft, LastModifiedDate, HasAttachments and parent FolderId. |
| Subject | Request Subject field. |