serviceUpdateMessageViewpoint resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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"
}