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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

address from address book

Status
Not open for further replies.

OttSens

Programmer
Dec 13, 2001
80
US
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
 
Never mind i found it.
I needed to do a mapimessage1.compose before opening
the address book.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top