Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.06 KB

Outlook.OlColor.md

File metadata and controls

44 lines (35 loc) · 1.06 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
OlColor enumeration (Outlook)
vbaol11.chm3130
vbaol11.chm3130
Outlook.OlColor
b2a457b5-d331-58c4-f9cc-2d56c8edd5e4
06/08/2017
medium

OlColor enumeration (Outlook)

Constants that represent colors.

Name Value Description
olAutoColor 0 Color is based on system preferences
olColorAqua 15 Aqua
olColorBlack 1 Black
olColorBlue 13 Blue
olColorFuchsia 14 Fuchsia
olColorGray 8 Gray
olColorGreen 3 Green
olColorLime 11 Lime
olColorMaroon 2 Maroon
olColorNavy 5 Navy
olColorOlive 4 Olive
olColorPurple 6 Purple
olColorRed 10 Red
olColorSilver 9 Silver
olColorTeal 7 Teal
olColorWhite 16 White
olColorYellow 12 Yellow

Remarks

Used by the Color property of the ViewFont object (Outlook) to indicate the font color.

[!includeSupport and feedback]