OlViewType Enumeration

Indicates the view object type.

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

Syntax

'Declaration
Public Enumeration OlViewType
'Usage
Dim instance As OlViewType
public enum OlViewType

Members

Member name Description
olTableView Represents a TableView object.
olCardView Represents a CardView object.
olCalendarView Represents a CalendarView object.
olIconView Represents an IconView object.
olTimelineView Represents a TimelineView object.
olBusinessCardView Represents a BusinessCardView object.
olDailyTaskListView Represents the TableView object that contains the daily task list in a calendar view.

Remarks

Used by the ViewType property of View objects and as a parameter to the _Views.Add method.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace

Other Resources

How to: Get and Enumerate Selected Conversations

How to: Create a View

How to: Enumerate Items in a Table View