OlViewType Enumeration (Outlook)
Published: July 16, 2012
Indicates the view object type.
|
Name |
Value |
Description |
|---|---|---|
|
olBusinessCardView |
5 |
Represents a BusinessCardView object. |
|
olCalendarView |
2 |
Represents a CalendarView object. |
|
olCardView |
1 |
Represents a CardView object. |
|
olDailyTaskListView |
1 |
Represents the TableView object that contains the daily task list in a calendar view. |
|
olIconView |
3 |
Represents an IconView object. |
|
olPeopleView |
7 |
Represents a PeopleView object. |
|
olTableView |
0 |
Represents a TableView object. |
|
olTimelineView |
4 |
Represents a TimelineView object. |
Used by the ViewType property of View objects and as a parameter to the Views.Add Method (Outlook).