編輯

共用方式為


OlSelectionLocation Enum

Definition

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.

Applies to