Get Outlook Contact List
Retrieves Outlook contact list.
This activity is used to retrieve the Outlook contacts of the user-specified account
Email Configuration
Account:
String ArgumentRequiredSpecifies the Outlook account used for retrieving the contacts.
Input
Timeout:
Object ArgumentSpecifies the amount of time (in milliseconds) to wait for the activity to run before raising an error. The default value is 20000 milliseconds (20 seconds).
Filters
We can select the condition for the filter data we enter in the text field in the filter properties so as to filter the outlook contact collection.
Contact Mail :
String ArgumentOptionalFilter contact list based on a specific contact mail.Contact Name :
String ArgumentOptionalFilter contact list based on a specific contact name
Output
ContactList:
List VariableRequiredStores the resultant contacts as a list of ContactItem
Last updated