AppointmentItem Methods

Include Protected Members
Include Inherited Members

The AppointmentItem type exposes the following members.

Methods

  Name Description
Public method ClearRecurrencePattern Removes the recurrence settings and restores the single-occurrence state for an appointment or task. (Inherited from _AppointmentItem.)
Public method Close Closes and optionally saves changes to the Outlook item. (Inherited from _AppointmentItem.)
Public method Copy Creates another instance of an object. (Inherited from _AppointmentItem.)
Public method CopyTo Copies the AppointmentItem to the folder that is specified by the DestinationFolder parameter and returns an object that represents the item created in the destination folder by the copy operation. (Inherited from _AppointmentItem.)
Public method Delete Removes the item from the folder that contains the item. (Inherited from _AppointmentItem.)
Public method Display Displays a new Inspector object for the item. (Inherited from _AppointmentItem.)
Public method ForwardAsVcal Forwards the AppointmentItem as a vCal; virtual calendar item. (Inherited from _AppointmentItem.)
Public method GetConversation Obtains a Conversation object that represents the conversation to which this item belongs. (Inherited from _AppointmentItem.)
Public method GetOrganizer Obtains the AddressEntry object that contains information from the Address Book about the organizer of the AppointmentItem. (Inherited from _AppointmentItem.)
Public method GetRecurrencePattern Returns a RecurrencePattern object that represents the recurrence attributes of an appointment. (Inherited from _AppointmentItem.)
Public method Move Moves a Microsoft Outlook item to a new folder. (Inherited from _AppointmentItem.)
Public method PrintOut Prints the Outlook item using all default settings. The PrintOut method is the only Outlook method that can be used for printing. (Inherited from _AppointmentItem.)
Public method Respond Responds to a meeting request. (Inherited from _AppointmentItem.)
Public method Save Saves the Microsoft Outlook item to the current folder or, if this is a new item, to the Outlook default folder for the item type. (Inherited from _AppointmentItem.)
Public method SaveAs Saves the Microsoft Outlook item to the specified path and in the format of the specified file type. If the file type is not specified, the MSG format (.msg) is used. (Inherited from _AppointmentItem.)
Public method Send Sends the appointment. (Inherited from _AppointmentItem.)
Public method ShowCategoriesDialog Displays the Show Categories dialog box, which allows you to select categories that correspond to the subject of the item. (Inherited from _AppointmentItem.)

Top

See Also

Reference

AppointmentItem Interface

Microsoft.Office.Interop.Outlook Namespace