IExceptions Interface
Topic Last Modified: 2006-06-13
The IExceptions interface defines properties and methods that enable access to a collection of Exception objects.
When you create a recurring appointment, you can use the IExceptions interface to add multiple exceptions to a master recurring appointment. When you process an existing recurring appointment or meeting request, you need to use the IExceptions interface to get access to each exception, contained in an Exception object.
CLSID
CD00012D-8B95-11D1-82DB-00C04FB1625D
Extends
IDispatch
Type Library
Microsoft CDO for Exchange 2000 Library
DLL Implemented In
CDOEX.DLL
Member Summary
The following table lists the properties of the IExceptions interface.
Name | Description |
---|---|
Returns an IEnumVariant interface on an enumeration object for the collection. This property is hidden from Microsoft® Visual Basic® and Visual Basic Scripting Edition (VBScript). |
|
Returns the number of Exception objects in the collection. This property is read-only. |
|
Returns the Exception object specified by the index. This property is read-only. |
The following table lists the methods of the IExceptions interface.
Name | Description |
---|---|
Adds a new Exception object to the collection. |
|
Removes the specified Exception object from the collection. |
Remarks
The collection index always ranges from 1 to the value returned by the Count property.