You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The InternalDsnSendHtml parameter specifies whether internal DSN messages should be HTML or plain text. Valid values are:
610
613
611
-
- $true: DSNs are HTML. This is the default value.
612
-
- $false: DSNs are plain text.
614
+
- $true: Internal DSNs are HTML. This is the default value.
615
+
- $false: Internal DSNs are plain text.
613
616
614
617
```yaml
615
618
Type: Boolean
@@ -646,8 +649,26 @@ Accept pipeline input: False
646
649
Accept wildcard characters: False
647
650
```
648
651
652
+
### -JournalMessageExpirationDays
653
+
This parameter is available only in the cloud-based service.
654
+
655
+
The JournalMessageExpirationDays parameter extends the number of days that undeliverable journal reports are queued before they expire. A valid value is an integer from 0 to 7. The default value is 0, which means undeliverable journal reports are treated like regular undeliverable messages.
656
+
657
+
```yaml
658
+
Type: Int32
659
+
Parameter Sets: (All)
660
+
Aliases:
661
+
Applicable: Exchange Online
662
+
663
+
Required: False
664
+
Position: Named
665
+
Default value: None
666
+
Accept pipeline input: False
667
+
Accept wildcard characters: False
668
+
```
669
+
649
670
### -JournalingReportNdrTo
650
-
The JournalingReportNdrTo parameter specifies the email address to which journal reports are sent if the journaling mailbox is unavailable. By default, if this parameter is left empty, Exchange continues to try to deliver the journal report to the journaling mailbox. We recommended that you use a dedicated (non-user) mailbox as the argument to JournalingReportNdrTo.
671
+
The JournalingReportNdrTo parameter specifies the email address to which journal reports are sent if the journaling mailbox is unavailable. By default, if this parameter is left empty, Exchange continues to try to deliver the journal report to the journaling mailbox. We recommended that you use a dedicated (non-user) mailbox as the value for this parameter.
0 commit comments