Skip to content

Commit 65a440e

Browse files
authored
Merge pull request #11009 from MicrosoftDocs/chrisda
Update Set-MailboxAutoReplyConfiguration.md
2 parents 09b0f13 + 16bcff9 commit 65a440e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

exchange/exchange-ps/exchange/Set-MailboxAutoReplyConfiguration.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ This parameter is functional only in the cloud-based service.
186186

187187
The DeclineAllEventsForScheduledOOF parameter specifies whether to decline all existing calendar events in the mailbox during the scheduled time period when Automatic Replies are being sent. Valid values are:
188188

189-
- $true: Existing calendar events in the mailbox that occur during the scheduled time period are declined and removed from the calendar.
189+
- $true: Existing calendar events in the mailbox that occur during the scheduled time period are declined and removed from the calendar. If the user is the meeting organizer, the events are cancelled for all other attendees.
190190
- $false: Existing calendar events in the mailbox that occur during the scheduled time period remain in the calendar. This is the default value.
191191

192192
You can use this parameter only when the DeclineEventsForScheduledOOF parameter is set to $true.
@@ -211,7 +211,10 @@ This parameter is functional only in the cloud-based service.
211211

212212
The DeclineEventsForScheduledOOF parameter specifies whether it's possible to decline existing calendar events in the mailbox during the scheduled time period when Automatic Replies are being sent. Valid values are:
213213

214-
- $true: Existing calendar events in the mailbox that occur during the scheduled time period can be declined and removed from the calendar. To decline specific events during the scheduled time period, use the EventsToDeleteIDs parameter. To decline all events during the scheduled time period, use the DeclineAllEventsForScheduledOOF parameter. If the user is the meeting organizer,
214+
- $true: Existing calendar events in the mailbox that occur during the scheduled time period can be declined and removed from the calendar. If the user is the meeting organizer, the events are cancelled for all other attendees.
215+
216+
To decline specific events during the scheduled time period, use the EventsToDeleteIDs parameter. To decline all events during the scheduled time period, use the DeclineAllEventsForScheduledOOF parameter.
217+
215218
- $false: Existing calendar events in the mailbox that occur during the scheduled time period remain in the calendar. This is the default value.
216219

217220
You can use this parameter only when the AutoReplyState parameter is set to Scheduled.

0 commit comments

Comments
 (0)