_Category.Color Property

Definition

Returns or sets an OlCategoryColor constant that indicates the color used by the Category object. Read/write.

public:
 property Microsoft::Office::Interop::Outlook::OlCategoryColor Color { Microsoft::Office::Interop::Outlook::OlCategoryColor get(); void set(Microsoft::Office::Interop::Outlook::OlCategoryColor value); };
public Microsoft.Office.Interop.Outlook.OlCategoryColor Color { get; set; }
Public Property Color As OlCategoryColor

Property Value

Remarks

You can share the same color for multiple categories, by specifying the same constant that represents the category color in the OlCategoryColor enumeration for those Category objects.

Applies to