Read-only
About Cal Sets

EnumerateItems  Method


Description

Returns a list of all name-value pairs (items) in the Cal Set.

See Also

Item Property (Learn about Name-Value pairs.)

RemoveItem Method

VB Syntax

names = CalSet.EnumerateItems

Variable

(Type) - Description

names

(Variant array) List of string names.

CalSet

(object) -  A CalSet object

Return Type

Variant

Default

Not Applicable

Examples

See example

C++ Syntax

HRESULT EnumerateItems (VARIANT* itemNames);

Interface

ICalSet6

Last Modified:

24-Sep-2010

MX New topic