Platform SDK: Exchange 2000 Server

IIntegers Interface

[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.

IID
CD00012E-8B95-11D1-82DB-00C04FB1625D
Extends
IDispatch

Member Summary

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.