Skip to content

Commit a1a7142

Browse files
authored
Merge pull request #11604 from paisvivekanand/patch-2
Update Set-MailContact.md
2 parents f9788d6 + 8ed96f5 commit a1a7142

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

exchange/exchange-ps/exchange/Set-MailContact.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ Set-MailContact [-Identity] <MailContactIdParameter>
8484
[-UMDtmfMap <MultiValuedProperty>]
8585
[-UseMapiRichTextFormat <UseMapiRichTextFormat>]
8686
[-UsePreferMessageFormat <Boolean>]
87+
[-UserCertificate <MultiValuedProperty>]
88+
[-UserSMimeCertificate <MultiValuedProperty>]
8789
[-WhatIf]
8890
[-WindowsEmailAddress <SmtpAddress>]
8991
[<CommonParameters>]
@@ -1527,6 +1529,42 @@ Accept pipeline input: False
15271529
Accept wildcard characters: False
15281530
```
15291531

1532+
### -UserCertificate
1533+
This parameter is available only in the cloud-based service.
1534+
1535+
The UserCertificate parameter specifies the digital certificate used to sign a user's email messages.
1536+
1537+
```yaml
1538+
Type: MultiValuedProperty
1539+
Parameter Sets: (All)
1540+
Aliases:
1541+
Applicable: Exchange Online, Exchange Online Protection
1542+
1543+
Required: False
1544+
Position: Named
1545+
Default value: None
1546+
Accept pipeline input: False
1547+
Accept wildcard characters: False
1548+
```
1549+
1550+
### -UserSMimeCertificate
1551+
This parameter is available only in the cloud-based service.
1552+
1553+
The UserSMimeCertificate parameter specifies the S/MIME certificate that's used to sign a user's email messages.
1554+
1555+
```yaml
1556+
Type: MultiValuedProperty
1557+
Parameter Sets: (All)
1558+
Aliases:
1559+
Applicable: Exchange Online, Exchange Online Protection
1560+
1561+
Required: False
1562+
Position: Named
1563+
Default value: None
1564+
Accept pipeline input: False
1565+
Accept wildcard characters: False
1566+
```
1567+
15301568
### -WhatIf
15311569
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
15321570

0 commit comments

Comments
 (0)