Read-only |
About Cal Sets |
Description |
This method is replaced with EnumerateCalSets Returns a string containing a list of comma-separated GUIDs in the following format: {FD6F863E-9719-11d5-8D6C-00108334AE96}, {1B03B2CE-971A-11d5-8D6C-00108334AE96}, {2B893E7A-971A-11d5-8D6C-00108334AE96} |
VB Syntax |
value = calMgr.GetCalSetCatalog |
Variable |
(Type) - Description |
value |
(string) - Variable to store the returned GUID list |
calMgr |
(object) - A CalManager object |
Return Type |
String |
Default |
Not Applicable |
Example |
value = calMgr.GetCalSetCatalog |
C++ Syntax |
HRESULT GetCalSetCatalog( BSTR); |
Interface |
ICalManager |