_TableView.AutoPreview Property

Returns or sets an OlAutoPreview constant that determines how items are automatically previewed by the TableView object. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property AutoPreview As OlAutoPreview
    Get
    Set
'Usage
Dim instance As _TableView
Dim value As OlAutoPreview

value = instance.AutoPreview

instance.AutoPreview = value
[DispIdAttribute()]
OlAutoPreview AutoPreview { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlAutoPreview

See Also

Reference

_TableView Interface

_TableView Members

Microsoft.Office.Interop.Outlook Namespace