Exception Members (Outlook)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

Represents information about one instance of an AppointmentItem object which is an exception to a recurring series.

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 a Boolean value that indicates whether the AppointmentItem was deleted from the recurring pattern. Read-only

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.

Parent

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

Session

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