Skip to content

Commit 7e94413

Browse files
authored
Update Set-OMEConfiguration.md
Updates to BackgroundColor parameter description per Issue #1242.
1 parent c5da7ae commit 7e94413

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

exchange/exchange-ps/exchange/encryption-and-certificates/Set-OMEConfiguration.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,14 @@ Accept wildcard characters: False
5555
### -BackgroundColor
5656
The BackgroundColor parameter specifies the background color. Valid values are:
5757
58-
- An HTML hexadecimal \(hex triplet\) color code value (for example, #FFFFFF is white).
58+
- An available HTML hexadecimal \(hex triplet\) color code value \(for example, 0x000000 is white\).
59+
60+
- An available text value \(for example, yellow is 0x00FFFF00\).
5961
6062
- $null \(blank\). This is the default value.
6163
64+
For the list of available hex and text values, see Background colors for Office 365 Message Encryption (https://support.office.com/article/1508cb35-c5ff-4523-b579-947b21d5515f).
65+
6266
```yaml
6367
Type: String
6468
Parameter Sets: (All)

0 commit comments

Comments
 (0)