_AutoFormatRule.Font Property
Returns a ViewFont object that represents the font used to display Outlook items that satisfy the conditions for the formatting rule in the view. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Font As ViewFont
Get
Set
'Usage
Dim instance As _AutoFormatRule
Dim value As ViewFont
value = instance.Font
instance.Font = value
[DispIdAttribute()]
ViewFont Font { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.ViewFont