Hello all
In my application I give the user the ability to
search an email address using the outlook addressbook.
I can show the address book fine but I don't know
how to get the address back that the user chose.
I've tried accessing the MAPIMessage.RecipAddress
but that gives me nothing.
Private Sub cmdAddressBook_Click()
MAPIMessages1.Show 'shows the address book
txtTo=???????
End Sub
In my application I give the user the ability to
search an email address using the outlook addressbook.
I can show the address book fine but I don't know
how to get the address back that the user chose.
I've tried accessing the MAPIMessage.RecipAddress
but that gives me nothing.
Private Sub cmdAddressBook_Click()
MAPIMessages1.Show 'shows the address book
txtTo=???????
End Sub