Skip to content

Commit

Permalink
Update Outlook.OlViewType.md
Browse files Browse the repository at this point in the history
Fix wrong value and refine table sorting
  • Loading branch information
markhuang3310 authored Jan 4, 2022
1 parent 970ef9c commit 212ec51
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions api/Outlook.OlViewType.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,19 @@ Indicates the view object type.

|Name|Value|Description|
|:-----|:-----|:-----|
| **olBusinessCardView**|5|Represents a **[BusinessCardView](Outlook.businessCardView.md)** object.|
| **olCalendarView**|2|Represents a **[CalendarView](Outlook.CalendarView.md)** object.|
| **olTableView**|0|Represents a **[TableView](Outlook.TableView.md)** object.|
| **olCardView**|1|Represents a **[CardView](Outlook.CardView.md)** object.|
| **olDailyTaskListView**|1|Represents the **[TableView](Outlook.TableView.md)** object that contains the daily task list in a calendar view.|
| **olCalendarView**|2|Represents a **[CalendarView](Outlook.CalendarView.md)** object.|
| **olIconView**|3|Represents an **[IconView](Outlook.IconView.md)** object.|
| **olPeopleView**|7|Represents a [PeopleView](Outlook.peopleview.md) object.|
| **olTableView**|0|Represents a **[TableView](Outlook.TableView.md)** object.|
| **olTimelineView**|4|Represents a **[TimelineView](Outlook.TimelineView.md)** object.|
| **olBusinessCardView**|5|Represents a **[BusinessCardView](Outlook.businessCardView.md)** object.|
| **olDailyTaskListView**|6|Represents the **[TableView](Outlook.TableView.md)** object that contains the daily task list in a calendar view.|
| **olPeopleView**|7|Represents a [PeopleView](Outlook.peopleview.md) object.|



## Remarks

Used by the **ViewType** property of **View** objects and as a parameter to the [Views.Add method (Outlook)](Outlook.Views.Add.md).

[!include[Support and feedback](~/includes/feedback-boilerplate.md)]
[!include[Support and feedback](~/includes/feedback-boilerplate.md)]

0 comments on commit 212ec51

Please sign in to comment.