Exceptions Interface

Definition

Contains a group of Exception objects.

public interface class Exceptions : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0006304C-0000-0000-C000-000000000046")]
public interface Exceptions : System.Collections.IEnumerable
Public Interface Exceptions
Implements IEnumerable
Attributes
Implements

Remarks

If you have a recurring AppointmentItem , the RecurrencePattern object defines the recurrence of these appointments. The Exceptions object contains the group of Exception objects that define the exceptions to that series of appointments.

Exception objects are added to the Exceptions object whenever a property in the corresponding AppointmentItem object is altered.

Properties

Application

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

Class

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

Count

Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.

Item[Object]

Returns an Exception object from the collection.

Parent

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

Session

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

Applies to