I need to search my address book for a particular entry (based on last and first names) and return a custom data field for this entry. The field that I need is item 22 in the FieldDefinitions collection as follows:
gw.MainAccounts(1).AddressBooks(1).FieldDefinitions(22)
How can I search my address book for a name and return this field value for this person?
gw.MainAccounts(1).AddressBooks(1).FieldDefinitions(22)
How can I search my address book for a name and return this field value for this person?