| title | outOfOfficeSettings resource type |
|---|---|
| description | Represents the out-of-office settings related to the presence of a user. |
| author | garchiro7 |
| ms.localizationpriority | medium |
| ms.subservice | cloud-communications |
| doc_type | resourcePageType |
| ms.date | 07/15/2025 |
Namespace: microsoft.graph
Represents the out-of-office settings related to the presence of a user.
| 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). |
None.
The following JSON representation shows the resource type.
{
"isOutOfOffice": "Boolean",
"message": "String"
}