Skip to content

Commit 4e9d9b3

Browse files
authored
Merge pull request MicrosoftDocs#5796 from MicrosoftDocs/chrisda
ExternalMailExpiryInDays para description update
2 parents 305159d + 216dcd0 commit 4e9d9b3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

exchange/exchange-ps/exchange/New-OMEConfiguration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ This parameter is only available with a Microsoft 365 Advanced Message Encryptio
129129
130130
The ExternalMailExpiryInDays parameter specifies the number of days that the encrypted message is available to external recipients in the Microsoft 365 portal. A valid value is an integer from 0 to 730. The value 0 means the messages will never expire. The default value is 0.
131131
132+
In the output of the Get-OMEConfiguration cmdlet, the value of this parameter is displayed in the ExternalMailExpiryInterval property.
133+
132134
```yaml
133135
Type: String
134136
Parameter Sets: Int32

exchange/exchange-ps/exchange/Set-OMEConfiguration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@ This parameter is only available with a Microsoft 365 Advanced Message Encryptio
133133
134134
The ExternalMailExpiryInDays parameter specifies the number of days that the encrypted message is available to external recipients in the Microsoft 365 portal. A valid value is an integer from 0 to 730. The value 0 means the messages will never expire. The default value is 0.
135135
136-
ExternalMailExpiryInDays cannot be updated in the default OME configuration. Create a customized configuration to apply ExternalMailExpiryInDays.
136+
You can't update the value of this parameter in the default OME configuration. You can only modify this value in a customized configuration.
137+
138+
In the output of the Get-OMEConfiguration cmdlet, the value of this parameter is displayed in the ExternalMailExpiryInterval property.
137139
138140
```yaml
139141
Type: String

0 commit comments

Comments
 (0)