| title | outOfOfficeSettings resource type |
|---|---|
| description | Represents phone access information for an online meeting. |
| author | awang119 |
| ms.localizationpriority | medium |
| ms.subservice | cloud-communications |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the out of office settings related to the presence of a user.
| Property | Type | Description |
|---|---|---|
| message | String | The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). |
| isOutOfOffice | Boolean | True if either:
Otherwise, false. |
None.
The following JSON representation shows the resource type.
{
"message": "String",
"isOutOfOffice": "Boolean"
}