OlSelectionLocation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the location of a selection in the Microsoft Outlook user interface.
public enum class OlSelectionLocation
public enum OlSelectionLocation
Public Enum OlSelectionLocation
- Inheritance
-
OlSelectionLocation
Fields
Name | Value | Description |
---|---|---|
olViewList | 0 | The selection is in a list of items in an explorer. |
olToDoBarTaskList | 1 | The selection is in the list of tasks in the To-Do Bar. |
olToDoBarAppointmentList | 2 | The selection is in the list of appointments in the To-Do Bar. |
olDailyTaskList | 3 | The selection is in the daily Tasks list in the calendar view. |
olAttachmentWell | 4 | The selection is an attachment of an item in the Reading Pane or inspector. |
Remarks
This enumeration is used by the Location property of the Selection object.