Category.CategoryGradientTopColor Property

Outlook Developer Reference

Returns an OLE_COLOR value that represents the top gradient color of the color swatch displayed for a Category object. Read-only.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.CategoryGradientTopColor

expression   A variable that represents a Category object.

Remarks

Setting the Color property of the Category object to an OlCategoryColor constant changes the value of this property, as well as the value of the CategoryGradientBottomColor and CategoryBorderColor properties.

This color should be used to display a gradient-shaded color swatch for the Category object.

See Also