Read-only |
About Cal Sets |
Description |
Returns a list of all name-value pairs (items) in the Cal Set. See AlsoItem Property (Learn about Name-Value pairs.) |
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 |
|
C++ Syntax |
HRESULT EnumerateItems (VARIANT* itemNames); |
Interface |
ICalSet6 |