Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using GW Object API in VB

Status
Not open for further replies.

byrne1

Programmer
Aug 7, 2001
415
US
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top