mailbox-settings
Retrieve or configure Outlook mailbox settings including language, timezone, working hours, and auto-replies to manage availability and communication preferences.
Instructions
Manage mailbox settings. action=get (default) retrieves settings (language, timezone, working hours, auto-replies). action=set-auto-replies configures out-of-office. action=set-working-hours configures work schedule.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | Action to perform (default: get) | |
| section | No | Specific section to retrieve (action=get, default: all) | |
| enabled | No | Enable (true) or disable (false) automatic replies (action=set-auto-replies) | |
| startDateTime | No | Start date/time for scheduled mode, ISO 8601 format (action=set-auto-replies) | |
| endDateTime | No | End date/time for scheduled mode, ISO 8601 format (action=set-auto-replies) | |
| internalReplyMessage | No | Reply message for internal senders (action=set-auto-replies) | |
| externalReplyMessage | No | Reply message for external senders (action=set-auto-replies) | |
| externalAudience | No | Who receives external reply (action=set-auto-replies) | |
| startTime | No | Work start time in HH:MM format, e.g. '09:00' (action=set-working-hours) | |
| endTime | No | Work end time in HH:MM format, e.g. '17:00' (action=set-working-hours) | |
| daysOfWeek | No | Work days, e.g. ['monday','tuesday','wednesday','thursday','friday'] (action=set-working-hours) | |
| timeZone | No | Time zone name, e.g. 'Australia/Melbourne' (action=set-working-hours) |