OutlookCategoryPreset Property |
A pre-set color constant that characterizes a category, and that is mapped to one of 25 predefined colors.
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.
Namespace:
Aspose.Email.Clients.Graph
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic CategoryPreset Preset { get; set; }
Public Property Preset As CategoryPreset
Get
Set
public:
property CategoryPreset Preset {
CategoryPreset get ();
void set (CategoryPreset value);
}
member Preset : CategoryPreset with get, set
Property Value
Type:
CategoryPreset
See Also