OlAppointmentCopyOptions 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 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
Name | Value | Description |
---|---|---|
olPromptUser | 0 | Copies the appointment to the destination folder and prompts the user to accept the request before completing the copy operation. |
olCreateAppointment | 1 | Creates an appointment in the destination folder without defaulting to a response or prompting for a response. |
olCopyAsAccept | 2 | Creates an appointment in the destination folder and accepts the meeting request automatically. |