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
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