OlViewType Enum

Definition

Indicates the view object type.

public enum class OlViewType
public enum OlViewType
Public Enum OlViewType
Inheritance
OlViewType

Fields

olBusinessCardView 5

Represents a BusinessCardView object.

olCalendarView 2

Represents a CalendarView object.

olCardView 1

Represents a CardView object.

olDailyTaskListView 6

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.

Remarks

Used by the ViewType property of View objects and as a parameter to the Add(String, OlViewType, OlViewSaveOption) method.

Applies to