Read only

Exists Method


Description

Returns whether or not the specified Cal Set exists on the PNA.

 VB Syntax

calsets.Exists (string)

Variable

(Type) - Description

calsets

A Calsets (collection)

string

(String) Name or GUID of the Cal Set enclosed in quotes.

Return Type

Boolean

True - Cal Set exists

False - Cal Set does NOT exist

Default

Not Applicable

Examples

dim check
check=calsets.Exists ("MyCalset")
or
check=calsets.Exists ("7C4EEA5E-40D2-4D70-A048-33BFFE704163")

C++ Syntax

HRESULT Exists(BSTR nameOrGuid, VARIANT_BOOL * exists)

Interface

ICalSets2