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 Argument
Required
Specifies the Outlook account used for retrieving the contacts.
Input
Timeout:
Object Argument
Specifies 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 Argument
Optional
Filter contact list based on a specific contact mail.Contact Name :
String Argument
Optional
Filter contact list based on a specific contact name
Output
ContactList:
List Variable
Required
Stores the resultant contacts as a list of ContactItem
Last updated