Skip to content

Commit 64be76e

Browse files
authored
Merge pull request MicrosoftDocs#10538 from guruxp/patch-6
Added the MessageExpiration parameter that is already live and hasn't been included yet on this article.
2 parents 02619f4 + ada2dd7 commit 64be76e

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

exchange/exchange-ps/exchange/Set-TransportConfig.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Set-TransportConfig [[-Identity] <OrganizationIdParameter>]
6161
[-MaxRetriesForLocalSiteShadow <Int32>]
6262
[-MaxRetriesForRemoteSiteShadow <Int32>]
6363
[-MaxSendSize <Unlimited>]
64+
[-MessageExpiration <EnhancedTimeSpan>]
6465
[-QueueDiagnosticsAggregationInterval <EnhancedTimeSpan>]
6566
[-RejectMessageOnShadowFailure <Boolean>]
6667
[-ReplyAllStormBlockDurationHours <Int32>]
@@ -964,6 +965,32 @@ Accept pipeline input: False
964965
Accept wildcard characters: False
965966
```
966967

968+
### -MessageExpiration
969+
This parameter is available only in the cloud-based service.
970+
971+
The MessageExpiration parameter specifies the message expiration timeout interval for the organization.
972+
973+
To specify a value, enter it as a time span: dd.hh:mm:ss where dd = days, hh = hours, mm = minutes, and ss = seconds.
974+
975+
The default value is 1.00:00:00 or 1 day.
976+
977+
A valid value is from 12 hours (0.12:00:00) to 24 hours (1.00:00:00).
978+
979+
Queued messages typically expire after 24 hours, resulting in an NDR for failed delivery. If you change this value, the NDR will be sent at the new applicable time.
980+
981+
```yaml
982+
Type: EnhancedTimeSpan
983+
Parameter Sets: (All)
984+
Aliases:
985+
Applicable: Exchange Online
986+
987+
Required: False
988+
Position: Named
989+
Default value: None
990+
Accept pipeline input: False
991+
Accept wildcard characters: False
992+
```
993+
967994
### -QueueDiagnosticsAggregationInterval
968995
This parameter is available only in on-premises Exchange.
969996

0 commit comments

Comments
 (0)