Find method

Returns an IERUCollection of IERUItem interfaces for the Calender Events in a Calender Page whose titles contain a specified word or phrase.

Syntax


C++

HRESULT Find (
   BSTR Keywordexpression,

   IERUCollection** ppRetVal)

Scripting languages

Set Collection = Object.Find (
   Keywordexpression as BSTR)

Parameters


Keywordexpression

The search string to use when searching the calendar page.

Return value


C++

The return code.

Scripting languages:

An IERUCollection interface pointer to a collection of IERUItem interface pointers.

 

Home

Applies to

IERUCalendar


See also

Calendars