serviceUpdateMessageViewpoint resource type
Namespace: microsoft.graph
Represents user view points data for a serviceUpdateMessage.
Properties
Property | Type | Description |
---|---|---|
isArchived | Boolean | Indicates whether the user archived the message. |
isFavorited | Boolean | Indicates whether the user marked the message as favorite. |
isRead | Boolean | Indicates whether the user read the message. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.serviceUpdateMessageViewpoint",
"isRead": "Boolean",
"isArchived": "Boolean",
"isFavorited": "Boolean"
}