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 tasks list in the To Do bar. |
Remarks
Used by the ViewType property of View objects and as a parameter to the _Views.Add method.