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