public final class CategoryPreset
extends Enum
A pre-set color enumeration that characterizes a categories, and that is mapped to one of 25 predefined colors. Note The possible values for color are pre-set constants such as None, preset0 and preset1. Each pre-set constant is further mapped to a color; the actual color is dependent on the Outlook client that the categories are being displayed in.
Modifier and Type | Field and Description |
---|---|
static int |
None
No color
|
static int |
Preset0
Can be mapped to "Red" color for Outlook(desktop client).
|
static int |
Preset1
Can be mapped to "Orange" color for Outlook(desktop client).
|
static int |
Preset10
Can be mapped to "Steel" color for Outlook(desktop client).
|
static int |
Preset11
Can be mapped to "DarkSteel" color for Outlook(desktop client).
|
static int |
Preset12
Can be mapped to "Gray" color for Outlook(desktop client).
|
static int |
Preset13
Can be mapped to "DarkGray" color for Outlook(desktop client).
|
static int |
Preset14
Can be mapped to "Black" color for Outlook(desktop client).
|
static int |
Preset15
Can be mapped to "DarkRed" color for Outlook(desktop client).
|
static int |
Preset16
Can be mapped to "DarkOrange" color for Outlook(desktop client).
|
static int |
Preset17
Can be mapped to "DarkBrown" color for Outlook(desktop client).
|
static int |
Preset18
Can be mapped to "DarkYellow" color for Outlook(desktop client).
|
static int |
Preset19
Can be mapped to "DarkGreen" color for Outlook(desktop client).
|
static int |
Preset2
Can be mapped to "Brown" color for Outlook(desktop client).
|
static int |
Preset20
Can be mapped to "DarkTeal" color for Outlook(desktop client).
|
static int |
Preset21
Can be mapped to "DarkOlive" color for Outlook(desktop client).
|
static int |
Preset22
Can be mapped to "DarkBlue" color for Outlook(desktop client).
|
static int |
Preset23
Can be mapped to "DarkPurple" color for Outlook(desktop client).
|
static int |
Preset24
Can be mapped to "DarkCranberry" color for Outlook(desktop client).
|
static int |
Preset3
Can be mapped to "Yellow" color for Outlook(desktop client).
|
static int |
Preset4
Can be mapped to "Green" color for Outlook(desktop client).
|
static int |
Preset5
Can be mapped to "Teal" color for Outlook(desktop client).
|
static int |
Preset6
Can be mapped to "Olive" color for Outlook(desktop client).
|
static int |
Preset7
Can be mapped to "Blue" color for Outlook(desktop client).
|
static int |
Preset8
Can be mapped to "Purple" color for Outlook(desktop client).
|
static int |
Preset9
Can be mapped to "Cranberry" color for Outlook(desktop client).
|
public static final int None
No color
public static final int Preset0
Can be mapped to "Red" color for Outlook(desktop client).
public static final int Preset1
Can be mapped to "Orange" color for Outlook(desktop client).
public static final int Preset2
Can be mapped to "Brown" color for Outlook(desktop client).
public static final int Preset3
Can be mapped to "Yellow" color for Outlook(desktop client).
public static final int Preset4
Can be mapped to "Green" color for Outlook(desktop client).
public static final int Preset5
Can be mapped to "Teal" color for Outlook(desktop client).
public static final int Preset6
Can be mapped to "Olive" color for Outlook(desktop client).
public static final int Preset7
Can be mapped to "Blue" color for Outlook(desktop client).
public static final int Preset8
Can be mapped to "Purple" color for Outlook(desktop client).
public static final int Preset9
Can be mapped to "Cranberry" color for Outlook(desktop client).
public static final int Preset10
Can be mapped to "Steel" color for Outlook(desktop client).
public static final int Preset11
Can be mapped to "DarkSteel" color for Outlook(desktop client).
public static final int Preset12
Can be mapped to "Gray" color for Outlook(desktop client).
public static final int Preset13
Can be mapped to "DarkGray" color for Outlook(desktop client).
public static final int Preset14
Can be mapped to "Black" color for Outlook(desktop client).
public static final int Preset15
Can be mapped to "DarkRed" color for Outlook(desktop client).
public static final int Preset16
Can be mapped to "DarkOrange" color for Outlook(desktop client).
public static final int Preset17
Can be mapped to "DarkBrown" color for Outlook(desktop client).
public static final int Preset18
Can be mapped to "DarkYellow" color for Outlook(desktop client).
public static final int Preset19
Can be mapped to "DarkGreen" color for Outlook(desktop client).
public static final int Preset20
Can be mapped to "DarkTeal" color for Outlook(desktop client).
public static final int Preset21
Can be mapped to "DarkOlive" color for Outlook(desktop client).
public static final int Preset22
Can be mapped to "DarkBlue" color for Outlook(desktop client).
public static final int Preset23
Can be mapped to "DarkPurple" color for Outlook(desktop client).
public static final int Preset24
Can be mapped to "DarkCranberry" color for Outlook(desktop client).