Skip to content

Commit 7530ed9

Browse files
authored
Merge pull request #11708 from MicrosoftDocs/main
Publish main to live 04/05/2024, 3:30 PM
2 parents 6113583 + 2f1e9ea commit 7530ed9

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

exchange/exchange-ps/exchange/New-TransportRule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4028,8 +4028,8 @@ This parameter is available only in the cloud-based service.
40284028

40294029
The RecipientAddressType parameter specifies how conditions and exceptions check recipient email addresses. Valid values are:
40304030

4031-
- Original: The rule checks only the recipient's primary SMTP email address.
4032-
- Resolved: The rule checks the recipient's primary SMTP email address and all proxy addresses. This is the default value
4031+
- Original: The rule checks the original address in the To field of the message.
4032+
- Resolved: The rule checks the recipient's primary SMTP email address without checking any proxy addresses. This is the default value.
40334033

40344034
```yaml
40354035
Type: RecipientAddressType

exchange/exchange-ps/exchange/Remove-Mailbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ In on-premises Exchange, this example removes John Rodman's mailbox from the mai
109109

110110
### Example 4
111111
```powershell
112-
Get-Mailbox -Identity Laura -SoftDeletedMailbox | Remove-Mailbox -PermanentlyDelete.
112+
Get-Mailbox -Identity Laura -SoftDeletedMailbox | Remove-Mailbox -PermanentlyDelete
113113
```
114114

115115
In Exchange Online, this example removes the specified soft-deleted mailbox.

exchange/exchange-ps/exchange/Set-TransportRule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4021,8 +4021,8 @@ This parameter is available only in the cloud-based service.
40214021

40224022
The RecipientAddressType parameter specifies how conditions and exceptions check recipient email addresses. Valid values are:
40234023

4024-
- Original: The rule checks only the recipient's primary SMTP email address.
4025-
- Resolved: The rule checks the recipient's primary SMTP email address and all proxy addresses. This is the default value
4024+
- Original: The rule checks the original address in the To field of the message.
4025+
- Resolved: The rule checks the recipient's primary SMTP email address without checking any proxy addresses. This is the default value.
40264026

40274027
```yaml
40284028
Type: RecipientAddressType

skype/skype-ps/skype/skype.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Module Name: SkypeForBusiness
33
Module Guid: 01dfdcd9-c48d-46a9-b09a-587ca5c4829a
44
Help Version: 17.0.15229.2100
5-
Download Help Link: https://officedocs-cdn.azureedge.net/powershell/skype/
65
title: skype
76
Additional Locale: de-DE,es-ES,fr-FR,it-IT,ja-JP,ko-KR,pt-BR,ru-RU,zh-CN,zh-TW
87
de-DE Version: 17.0.15229.2100

0 commit comments

Comments
 (0)