Skip to content

Commit 64beb3a

Browse files
authored
Merge pull request MicrosoftDocs#6620 from MicrosoftDocs/master
Master to Live
2 parents bdd33d9 + 801c1fb commit 64beb3a

File tree

2 files changed

+6
-28
lines changed

2 files changed

+6
-28
lines changed

exchange/exchange-ps/exchange/Get-EventsFromEmailConfiguration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Get-EventsFromEmailConfiguration [-Identity] <RecipientIdParameter> [<CommonPara
2525
```
2626

2727
## DESCRIPTION
28+
**Note**: The following output properties have been deprecated: EventReservationProcessingLevel, FoodEstablishmentReservationProcessingLevel, InvoiceProcessingLevel, and ServiceReservationProcessingLevel.
29+
2830
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://docs.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
2931

3032
## EXAMPLES

exchange/exchange-ps/exchange/Set-EventsFromEmailConfiguration.md

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,7 @@ Accept wildcard characters: False
107107
```
108108
109109
### -EventReservationProcessingLevel
110-
The EventReservationProcessingLevel parameter specifies whether event reservations are automatically discovered from messages, and whether these reservations are automatically added to the user's calendar. Valid values are:
111-
112-
- Disabled: Do not discover event reservations from messages.
113-
114-
- Email: Discover event reservations from messages, but don't automatically add them to the user's calendar.
115-
116-
- Calendar: Discover event reservations from messages and automatically add them to the user's calendar. This is the default value.
110+
This parameter has been deprecated and is no longer used.
117111
118112
```yaml
119113
Type: String
@@ -151,13 +145,7 @@ Accept wildcard characters: False
151145
```
152146
153147
### -FoodEstablishmentReservationProcessingLevel
154-
The FoodEstablishmentProcessingLevel parameter specifies whether dining reservations are automatically discovered from messages, and whether these reservations are automatically added to the user's calendar. Valid values are:
155-
156-
- Disabled: Do not discover restaurant reservations from messages.
157-
158-
- Email: Discover restaurant reservations from messages however do not automatically add these to the user's calendar.
159-
160-
- Calendar: Discover restaurant reservations from messages and automatically add them to the user's calendar. This is the default value.
148+
This parameter has been deprecated and is no longer used.
161149
162150
```yaml
163151
Type: String
@@ -173,13 +161,7 @@ Accept wildcard characters: False
173161
```
174162
175163
### -InvoiceProcessingLevel
176-
The InvoiceProcessingLevel parameter specifies whether invoices are automatically discovered from messages, and whether these reservations are automatically added to the user's calendar. Valid values are:
177-
178-
- Disabled: Do not discover invoices from messages.
179-
180-
- Email: Discover invoices from messages however do not automatically add these to the user's calendar.
181-
182-
- Calendar: Discover invoices from messages and automatically add them to the user's calendar. This is the default value.
164+
This parameter has been deprecated and is no longer used.
183165
184166
```yaml
185167
Type: String
@@ -277,13 +259,7 @@ Accept wildcard characters: False
277259
```
278260
279261
### -ServiceReservationProcessingLevel
280-
The ServiceReservationProcessingLevel parameter specifies whether service reservations are automatically discovered from messages, and whether these reservations are automatically added to the user's calendar. Valid values are:
281-
282-
- Disabled: Do not discover service reservations from messages.
283-
284-
- Email: Discover service reservations from messages, but don't automatically add them to the user's calendar.
285-
286-
- Calendar: Discover service reservations from messages and automatically add them to the user's calendar. This is the default value.
262+
This parameter has been deprecated and is no longer used.
287263
288264
```yaml
289265
Type: String

0 commit comments

Comments
 (0)