cipp_set_out_of_office
Set out-of-office auto-reply for a mailbox, enabling customizable messages for internal and external senders. Revert by disabling.
Instructions
⚠ HIGH-IMPACT. Configures the out-of-office / auto-reply for a mailbox, which causes automated messages to be sent to internal and/or external senders. Reversible by disabling the auto-reply. Confirm with the user before invoking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| upn | Yes | User Principal Name of the mailbox to configure. | |
| enabled | Yes | Set to true to enable the auto-reply, or false to disable it. | |
| tenantFilter | Yes | Tenant domain name or ID to scope the operation. Use 'allTenants' to target every managed tenant. | |
| externalMessage | No | HTML or plain-text auto-reply message sent to senders outside the organisation. | |
| internalMessage | No | HTML or plain-text auto-reply message sent to senders within the same organisation. |