Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Provides methods and properties for managing lists of integers. These lists of integers are used by properties of the IRecurrencePattern interface.
Properties
Name | Type | Description |
---|---|---|
Count
(Read-only) |
[Visual Basic,VBScript] Long [C++,IDL]Long |
Returns the number of integers in the collection. |
Item
(Read-only) |
[Visual Basic,VBScript] Long [C++,IDL]Long |
Returns the integer value at the specified location 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 Visual Basic and is used in For Each in constructs.) |
Methods
Name | Description |
---|---|
Delete | Deletes the integer at the specified location. |
Add | Adds the specified integer to the collection. |