Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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