Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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"
}