GraphMessageFields Enum
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9119)
Defines sets of Graph item fields which are requested to be retrieved from the Exchange Online (Microsoft 365) server when getting info about item(s).
Syntax
[Flags]
public enum GraphMessageFields
  Fields
| Name | Description | 
|---|---|
| AttachmentInfo | Request information about attachments.  | 
      
| 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, attachment info and parent folder Id.  | 
      
| Subject | Request Subject field.  |