Get Contacts
Retrieves contacts from the given account.
Last updated
Retrieves contacts from the given account.
Last updated
This activity is used to retrieve the list of contacts from the user-specified office 365 account.
Connection Id: GraphServiceClient Variable
Specifies the office 365 connection id.
Account: String Argument
Specifies an email address with which to interact. This property can include any shared mailbox to which the current user has access rights. If the property field is left empty, the current user's account is used. This is an optional property.
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.
Contact List :List Variable
Stores the resultant contacts as a list of Contact
.