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

Public property

Application

Returns an Application object that represents the parent Outlook application for the object. Read-only.

Public property

AppointmentItem

Returns the AppointmentItem object that is the exception. Not valid for deleted appointments. Read-only.

Public property

Class

Returns an OlObjectClass constant indicating the object's class. Read-only.

Public property

Deleted

Returns True if the AppointmentItem was deleted from the recurring pattern. Read-only

Public property

ItemProperties

Returns an ItemProperties collection that represents all standard and user-defined properties associated with the Outlook item. Read-only.

Public property

OriginalDate

Returns a Date 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.

Public property

Parent

Returns the parent Object of the specified object. Read-only.

Public property

Session

Returns the NameSpace object for the current session. Read-only.

Top

See Also

Reference

Exception Interface

Microsoft.Office.Interop.Outlook Namespace