_ViewFont.ExtendedColor Property

Definition

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.

Applies to