> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-email/get-contact-list.md).

# Get Contact List

Gets a list of contacts on Pocket Outlook.

Action available for the following operating systems:

![](/files/-MKK7IW41U6rxT2tC7Dn)

### Parameters

*General*

* **Mode** *\<radiobox> -* Selects the mode of filter creation. The options available are:
  * **Manual** - to manually describe a filter.
  * **All (AND)** *-* to describe one or more filters with assistance, where the result must match all the Filters.
  * **Any (OR)** *-* to describe one or more filters with assistance, where theresult must match at least one of the Filters.

Filters

* **Property** *\<string> -* The property that the user wants to use to filter the contacts. Please see below for possible values for this parameter.
* **Operator** *\<string> -* The operator that the user wants to use to get the contact's list. Please see below for possible values for this parameter.
* **Value** *\<string> -* The value to be compared in this filter.

*Sorting*

* **Sort Property** *\<string>*: the sort property that was used to sort the result of this action. Please see below for possible values for this parameter.
* **Sort Order** *\<unquoted string> -* The sort order of the result of this action. The possible values are:
  * Asc
  * Desc
  * Dynamic

*Targets*

* **Contact's OIDs List** *\<unquoted string> -* The control or variable that saves the Outlook ID's list of the contacts getted.
* **Number of Contact's OIDs** *\<unquoted string> -* The control or variable that saves the number of Outlook ID's getted.
* **Items Separator** *\<string> -* The string that separates the items in the returned list.

### Notes

The possible values to parameter **Property** and **Sort Property** for the Outlook contacts are:

* "Birthday" - The birth day for the contact.
* "Anniversary" - The weeding anniversary date for the contact.
* "BusinessFaxNumber" - The business fax number for the contact.
* "CompanyName" - The company name for the contact.
* "Department" - The department name for the contact.
* "Email1Adress" - The first email address for the contact.
* "MobileTelephoneNumber" - The mobile or cellular telephone number for the contact.
* "OfficeLocation" - The office location for the contact.
* "PagerNumber" - The pager number for the contact.
* "BusinessTelephoneNumber" - The business telephone number for the contact.
* "JobTitle" - The job title for the contact.
* "HomeTelephoneNumber" - The home telephone number for the contact.
* "Email2Address" - The second email address for the contact.
* "Spouse" - The name of Contact's spouse/partner.
* "Email3Address" - The third email address for the contact.
* "Home2TelephoneNumber" - The second telephone number for the contact.
* "HomeFaxNumber" - The home fax number for the contact.
* "CarTelephoneNumber" - The car phone number for the contact.
* "AssistantName" - The name of the Contact's Assistant.
* "AssistantTelephoneNumber" - The phone number for the Contact's Assistant.
* "Children" - The names of the contact's children.
* "Categories" - The categories for the contact.
* "WebPage" - The web page for the contact.
* "Business2TelephoneNumber" - The second telephone number for the contact.
* "Title" - The job title for the contact.
* "FirstName" - The first name for the contact.
* "MiddleName" - The middle name for the contact.
* "LastName" - The last name for the contact.
* "Suffix" - The suffix for the contact's name.
* "HomeAddressStreet" - The home street address for the contact.
* "HomeAddressCity" - The home city for the contact.
* "HomeAddressState" - The home state, department or province for the contact.
* "HomeAddressPostalCode" - The home ZIP or Postal Code for the contact.
* "HomeAddressCountry" - The home country/region for the contact.
* "OtherAddressStreet" - The alternative street address for the contact.
* "OtherAddressCity" - The alternative city address for the contact.
* "OtherAddressState" - The alternative state, department or province for the contact.
* "OtherAddressPostalCode" - The alternative ZIP or Postal Code for the contact.
* "OtherAddressCountry" - The alternative country/region for the contact.
* "BusinessAddressStreet" - The business street address for the contact.
* "BusinessAddressCity" - The business city address for the contact.
* "BusinessAddressState" - The business state, department or province for the contact.
* "BusinessAddressPostalCode" - The business ZIP or Postal Code for the contact.
* "BusinessAddressCountry" - The business country/region for the contact.
* "RadioTelephoneNumber" - The radio telephone number for the contact.
* "FileAs" - The filling string for the contact.
* "Body" - The notes for the contact.
* "YomiCompanyName" - The Japanese phonetic rendering (Yomigana) of the company name for the contact.
* "YomiFirstName" - The Japanese phonetic rendering (Yomigana) of the first name for the contact.
* "YomiLastName" - The Japanese phonetic rendering (Yomigana) of the last name for the contact.

The possible values for parameter **Operator** are:

* "<" - lower than.
* "<=" - lower than or equal to.
* ">" - higher than.
* ">=" - higher than or equal to.
* "=" - equal to.
* "<>" - different from.<br>
