OlSelectionLocation Enumeration

Specifies the location of a selection in the Microsoft Outlook user interface.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Public Enumeration OlSelectionLocation
'Usage
Dim instance As OlSelectionLocation
public enum OlSelectionLocation

Members

Member name Description
olViewList The selection is in a list of items in an explorer.
olToDoBarTaskList The selection is in the list of tasks in the To-Do Bar.
olToDoBarAppointmentList The selection is in the list of appointments in the To-Do Bar.
olDailyTaskList The selection is in the daily Tasks list in the calendar view.
olAttachmentWell 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.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace