_ViewFont.ExtendedColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets an OlCategoryColor constant as the font color of the view. Read/write.
public:
property Microsoft::Office::Interop::Outlook::OlCategoryColor ExtendedColor { Microsoft::Office::Interop::Outlook::OlCategoryColor get(); void set(Microsoft::Office::Interop::Outlook::OlCategoryColor value); };
public Microsoft.Office.Interop.Outlook.OlCategoryColor ExtendedColor { get; set; }
Public Property ExtendedColor As OlCategoryColor
Property Value
Remarks
You can use the Color property or the ExtendedColor property to set the font color in a view. For a calendar view in particular, you must use the ExtendedColor property to set the font color.