Contents
Display Legacy Contents

 Print
    Get Contact List    
Gets a list of contacts on Pocket Outlook.

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 in the notes section the possible values for this parameter.
   
  Operator <string>: the operator that the user wants to use to get the contact's list. Please see in the notes section the possible values for this parameter.
   
  Value <string>: the value to be compared in this filter.
   
  (...)
   
  Nth-Property <string>: the nth-property that the user wants to use to filter the contacts. 
   
  Nth-Operator <string>: the nth-operator that the user wants to use to get the contact's list.
   
  Nth-Value <string>: the nth-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 in notes section the possible values for this parameter.
   
  Sort Order <unquoted string>: the sort order of the result of this action. The possible values are: Asc, Desc or 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.

     
  • 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.

See also
Samples
 
 
Updated: 3/22/2013 11:12 AM