_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
Property Color As OlColor
    Get
    Set
'Usage
Dim instance As _ViewFont
Dim value As OlColor

value = instance.Color

instance.Color = value
OlColor Color { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlColor

See Also

Reference

_ViewFont Interface

_ViewFont Members

Microsoft.Office.Interop.Outlook Namespace