Indicates the view mode specified in the CalendarViewMode property of the CalendarView object.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlCalendarViewMode
'Usage
Dim instance As OlCalendarViewMode
public enum OlCalendarViewMode
Members
| Member name | Description | |
|---|---|---|
| olCalendarViewDay | Displays a single day. | |
| olCalendarViewWeek | Displays a 7-day week. | |
| olCalendarViewMonth | Displays a month. | |
| olCalendarViewMultiDay | Displays a number of days equal to the DaysInMultiDayMode property value of the CalendarView object. | |
| olCalendarView5DayWeek | Displays a 5-day week. |