OlViewType enumeration (Outlook)
Indicates the view object type.
Name | Value | Description |
---|---|---|
olTableView | 0 | Represents a TableView object. |
olCardView | 1 | Represents a CardView object. |
olCalendarView | 2 | Represents a CalendarView object. |
olIconView | 3 | Represents an IconView object. |
olTimelineView | 4 | Represents a TimelineView object. |
olBusinessCardView | 5 | Represents a BusinessCardView object. |
olDailyTaskListView | 6 | Represents the TableView object that contains the daily task list in a calendar view. |
olPeopleView | 7 | Represents a PeopleView object. |
Remarks
Used by the ViewType property of View objects and as a parameter to the Views.Add method (Outlook).
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.