Skip to content

Commit 4a33d22

Browse files
authored
Update Set-MailContact.md
1 parent 2dd75c9 commit 4a33d22

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

exchange/exchange-ps/exchange/users-and-groups/Set-MailContact.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,8 @@ To specify the primary SMTP email address, you can use any of the following meth
662662
663663
- Use the PrimarySmtpAddress parameter instead. You can't use the EmailAddresses parameter and the PrimarySmtpAddress parameter in the same command.
664664
665+
The PrimarySmtpAddress parameter updates the primary email address and WindowsEmailAddress property to the same value.
666+
665667
To replace all existing proxy email addresses with the values you specify, use the following syntax: "\<Type\>:\<emailaddress1\>","\<Type\>:\<emailaddress2\>",..."\<Type\>:\<emailaddressN\>".
666668
667669
To add or remove specify proxy addresses without affecting other existing values, use the following syntax: @{Add="\<Type\>:\<emailaddress1\>","\<Type\>:\<emailaddress2\>",...; Remove="\<Type\>:\<emailaddress2\>","\<Type\>:\<emailaddress2\>",...}.
@@ -1219,6 +1221,8 @@ By default, the primary address is the same as the ExternalEmailAddress paramete
12191221
12201222
If you set the EmailAddressPolicyEnabled parameter to $false, you can specify the primary address using the PrimarySmtpAddress parameter, which means the email addresses of the mail contact aren't automatically updated by email address policies. We recommend that you don't set the primary email address to a value other than the ExternalEmailAddress unless you're in a cross-forest scenario.
12211223
1224+
The PrimarySmtpAddress parameter updates the primary email address and WindowsEmailAddress property to the same value.
1225+
12221226
```yaml
12231227
Type: SmtpAddress
12241228
Parameter Sets: (All)

0 commit comments

Comments
 (0)