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 is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.serviceUpdateMessageViewpoint",
  "isRead": "Boolean",
  "isArchived": "Boolean",
  "isFavorited": "Boolean"
}