OlAppointmentCopyOptions Enumeration
Specifies what actions to take when copying an AppointmentItem object to a folder.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlAppointmentCopyOptions
'Usage
Dim instance As OlAppointmentCopyOptions
public enum OlAppointmentCopyOptions
Members
Member name | Description | |
---|---|---|
olPromptUser | Copies the appointment to the destination folder and prompts the user to accept the request before completing the copy operation. | |
olCreateAppointment | Creates an appointment in the destination folder without defaulting to a response or prompting for a response. | |
olCopyAsAccept | Creates an appointment in the destination folder and accepts the meeting request automatically. |