Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: microsoft.graph
Represents the out-of-office settings related to the presence of a user.
Properties
| Property | Type | Description |
|---|---|---|
| isOutOfOffice | Boolean | If true, either of the following is met:
|
| message | String | The out-of-office message configured by the user in the Outlook client (Automatic replies) or the Teams client (Schedule out of office). |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"isOutOfOffice": "Boolean",
"message": "String"
}