Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
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.
Properties
Name | Type | Description | |
---|---|---|---|
Count
(Read-only) |
[Visual Basic,VBScript] Long [C++,IDL] long |
Returns the number of RecurrencePattern objects in the collection. | |
Item
(Read-only) |
[Visual Basic,VBScript] IRecurrencePattern [C++,IDL] IRecurrencePattern* |
Returns a reference to the object at a given index in the collection. | |
_NewEnum
(Read-only) |
[Visual Basic,VBScript] (Used in For Each In)
[C++,IDL] IUnknown* |
Returns an IEnumVariant interface on an enumeration object. (This property is hidden from Microsoft® Visual Basic® and is used in For Each in constructs.) |
Methods
Name | Description |
---|---|
Add | Adds a RecurrencePattern object to the collection. |
Delete | Removes the specified RecurrencePattern object from the collection |
The indexing of the collection always ranges from 1 to the value returned by the Count property.