_ViewFont.Color Property
Returns or sets an OlColor constant that indicates the color of the font in the ViewFont object. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Color As OlColor
Get
Set
'Usage
Dim instance As _ViewFont
Dim value As OlColor
value = instance.Color
instance.Color = value
[DispIdAttribute()]
OlColor Color { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlColor