Read-only |
About Cal Sets |
Description |
Returns an array of Cal Set names being stored on the PNA. |
VB Syntax |
value = calMgr.EnumerateCalSets |
Variable |
(Type) - Description |
value |
(variant) - Variable to store the returned Cal Set names |
calMgr |
(object) - A CalManager object |
Return Type |
VARIANT array |
Default |
Not Applicable |
Example |
Dim pna |
C++ Syntax |
HRESULT EnumerateCalSets(VARIANT* names); |
Interface |
ICalManager4 |