OlViewType enumeration
Office 2013 and later
Indicates the view object type.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
| 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. | |
| olPeopleView | Represents a PeopleView object. |
Used by the ViewType property of View objects and as a parameter to the _Views.Add method.
Show: