_TableView.AutoPreviewFont Property
Returns a ViewFont object that represents the font used when automatically previewing Outlook items in the TableView object. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property AutoPreviewFont As ViewFont
Get
'Usage
Dim instance As _TableView
Dim value As ViewFont
value = instance.AutoPreviewFont
[DispIdAttribute()]
ViewFont AutoPreviewFont { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.ViewFont