Exception Members
Include Protected Members
Include Inherited Members
Represents information about one instance of an AppointmentItem object which is an exception to a recurring series.
The Exception type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the parent Outlook application for the object. Read-only. | |
AppointmentItem | Returns the AppointmentItem object that is the exception. Not valid for deleted appointments. Read-only. | |
Class | Returns an OlObjectClass constant indicating the object's class. Read-only. | |
Deleted | Returns Boolean (bool in C#) that is True if the AppointmentItem was deleted from the recurring pattern. Read-only | |
ItemProperties | Returns an ItemProperties collection that represents all standard and user-defined properties associated with the Outlook item. Read-only. | |
OriginalDate | Returns a DateTime indicating the original date and time of an AppointmentItem before it was altered. This property will return the original date even if the AppointmentItem has been deleted. However, it will not return the original time if deletion has occurred. Read-only. | |
Parent | Returns the parent Object of the specified object. Read-only. | |
Session | Returns the NameSpace object for the current session. Read-only. |
Top