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

VB6 Mapi E-mail question

Status
Not open for further replies.

wrbodine

Programmer
Aug 24, 2000
302
US
I'm using the MSMapi.MapiMessages object to open an e-mail message to a specified person. The following 2 lines of code enable the name entered to be resolved in Outlook:

message.AddressResolveUI = True
message.ResolveName

If the name isn't in the address book, a message is brought up for them to resolve the name. My question is, how can I know in my VB Code whether this occured or not (whether they were prompted to resolve the name)?

TIA,
Ray
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top