ListAppointments

ListAppointments (1 of 8)

Retrieves list of appointments for default calendar folder

Returns: Returns array of appointments

ListAppointments()

ListAppointments (2 of 8)

Retrieves list of appointments for default calendar folder

Returns: Returns array of appointments

ListAppointments(bool recursive)
ParameterDescription
recursiveIndicates whether recursive listing or not.

ListAppointments (3 of 8)

Retrieves list of appointments for default calendar folder

Returns: Returns array of appointments

ListAppointments(System::SharedPtr < Tools::Search::MailQuery > query)
ParameterDescription
queryMailQuery that represents appointments search criteria.

ListAppointments (4 of 8)

Retrieves list of appointments for default calendar folder

Returns: Returns array of appointments

ListAppointments(System::SharedPtr < Tools::Search::MailQuery > query, bool recursive)
ParameterDescription
queryMailQuery that represents appointments search criteria.
recursiveIndicates whether recursive listing or not.

ListAppointments (5 of 8)

Retrieves list of appointments for default calendar folder

Returns: Returns array of appointments

ListAppointments(System::String folderUri)
ParameterDescription
extendedPropertiesExtended properties of retrieved item

ListAppointments (6 of 8)

Retrieves list of appointments for specified calendar folder

Returns: Returns array of appointments

ListAppointments(System::String folderUri, bool recursive)
ParameterDescription
folderUriA folder to search appointments in.
recursiveIndicates whether recursive listing or not.

ListAppointments (7 of 8)

Retrieves list of appointments for specified calendar folder

Returns: Returns array of appointments

ListAppointments(System::String folderUri, System::SharedPtr < Tools::Search::MailQuery > query)
ParameterDescription
folderUriA folder to search appointments in.
queryMailQuery that represents appointments search criteria.

ListAppointments (8 of 8)

Retrieves list of appointments for specified calendar folder

Returns: Returns array of appointments

ListAppointments(System::String folderUri, System::SharedPtr < Tools::Search::MailQuery > query, bool recursive)
ParameterDescription
folderUriA folder to search appointments in.
queryMailQuery that represents appointments search criteria.
recursiveIndicates whether recursive listing or not.