OlAppointmentCopyOptions Enum

Definition

Specifies what actions to take when copying an AppointmentItem object to a folder.

public enum class OlAppointmentCopyOptions
public enum OlAppointmentCopyOptions
Public Enum OlAppointmentCopyOptions
Inheritance
OlAppointmentCopyOptions

Fields

olCopyAsAccept 2

Creates an appointment in the destination folder and accepts the meeting request automatically.

olCreateAppointment 1

Creates an appointment in the destination folder without defaulting to a response or prompting for a response.

olPromptUser 0

Copies the appointment to the destination folder and prompts the user to accept the request before completing the copy operation.

Applies to