IRecurrencePatterns Interface
Topic Last Modified: 2006-06-13
The IRecurrencePatterns interface defines properties and methods that enable access to a collection of RecurrencePattern objects.
When you create an appointment, you can make the appointment into a recurring appointment by using the IRecurrencePatterns interface to add one or more RecurrencePattern objects. When you process a recurring appointment, you need to use the IRecurrencePatterns interface to get access to the RecurrencePattern objects that define recurring instances of the appointment.
CLSID
CD00012C-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 IRecurrencePatterns 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 RecurrencePattern objects in the collection. This property is read-only. |
|
Returns the RecurrencePattern object specified by the index. This property is read-only. |
The following table lists the methods of the IRecurrencePatterns interface.
Name | Description |
---|---|
Adds a new RecurrencePattern object to the collection. |
|
Removes the specified RecurrencePattern object from the collection. |
Remarks
The indexing of the collection always ranges from 1 to the value returned by the Count property.