OlColor Enumeration
Constants representing colors.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlColor
'Usage
Dim instance As OlColor
public enum OlColor
Members
Member name | Description | |
---|---|---|
olAutoColor | Color is based on OS preferences | |
olColorBlack | Black | |
olColorMaroon | Maroon | |
olColorGreen | Green | |
olColorOlive | Olive | |
olColorNavy | Navy | |
olColorPurple | Purple | |
olColorTeal | Teal | |
olColorGray | Gray | |
olColorSilver | Silver | |
olColorRed | Red | |
olColorLime | Lime | |
olColorYellow | Yellow | |
olColorBlue | Blue | |
olColorFuchsia | Fuschsia | |
olColorAqua | Aqua | |
olColorWhite | White |
Remarks
Used by the ViewFont object to indicate the font color.