outlook_search_contacts
Searches contacts by name, email address, company, or other fields. Returns matching contacts up to the specified limit.
Contact search does not support offset paging — results are unordered and only a single page is returned up to limit. Use outlook_list_contacts with pagination if you need to browse the full address book.
Parameters
Returns
An array of matching contact objects with the same fields as outlook_list_contacts.
Example use
“Find the contact details for Alice from Contoso.”