_AutoFormatRule.Font Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property Microsoft::Office::Interop::Outlook::ViewFont ^ Font { Microsoft::Office::Interop::Outlook::ViewFont ^ get(); void set(Microsoft::Office::Interop::Outlook::ViewFont ^ value); };
public Microsoft.Office.Interop.Outlook.ViewFont Font { get; set; }
Public Property Font As ViewFont