M
miaplacidus
I can pull data out of the contacts list using something
like strAnswer = objContact.BusinessTelephoneNumber. This
works fine if you are searching in your contacts folder. I
would like to do the same thing for an AddrssEntry in the
address book "Global Addrss List".
I can locate an AddressEntry using something like Set
myEntry = myAddrEntries(myCurrName)
But once I have myEntry I can't figure out how to get the
data out. Is this possible, or is the only access to the
address book through the .details method? Obviously a
modal dialog box that stops the process won't help much.
like strAnswer = objContact.BusinessTelephoneNumber. This
works fine if you are searching in your contacts folder. I
would like to do the same thing for an AddrssEntry in the
address book "Global Addrss List".
I can locate an AddressEntry using something like Set
myEntry = myAddrEntries(myCurrName)
But once I have myEntry I can't figure out how to get the
data out. Is this possible, or is the only access to the
address book through the .details method? Obviously a
modal dialog box that stops the process won't help much.