_ViewFont.ExtendedColor Property
Returns or sets an OlCategoryColor constant as the font color of the view. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property ExtendedColor As OlCategoryColor
Get
Set
'Usage
Dim instance As _ViewFont
Dim value As OlCategoryColor
value = instance.ExtendedColor
instance.ExtendedColor = value
[DispIdAttribute()]
OlCategoryColor ExtendedColor { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlCategoryColor
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.