OlAppointmentCopyOptions Enumeration
Specifies what actions to take when copying an AppointmentItem object to a folder.
Version Information
Version Added: Outlook 2010
Name |
Value |
Description |
---|---|---|
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. |