GraphMessageInfo Class
Provides information about a Graph mail message.
- Inheritance:
- System.ObjectGraphMessageInfo
Properties
ChangeKey
Gets the change key that identifies the version of an item.
Property Value
- System.String
The change key that identifies the version of an item.
From
Gets the 'From' address.
Property Value
The 'From' address.
HasAttachments
Gets a value that specifies whether a message has attachments.
Property Value
- System.Boolean
True if message has attachments, false otherwise.
IsRead
Gets a value that specifies if a message was read.
Property Value
- System.Boolean
True if the message was read, false otherwise.
MessageId
Gets the message identifier.
Property Value
- System.String
The message identifier.
ReceivedDateTime
Gets the date and time (in UTC) when the message was received
Property Value
- System.DateTime
The date and time (in UTC) when the message was received
Size
Gets the size of the message.
Property Value
- System.Int32
The size of the message.
Subject
Gets the subject of the message.
Property Value
- System.String
The subject of the message.
Methods
ToString()
Returns a System.String that represents this GraphFolderInfo instance.
Returns
- System.String
A System.String that represents this GraphFolderInfo instance.
Overrides
Remarks
This method should be used primarily for debugging purposes and should be considered volatile (the format of its return value might change in future versions).