I have a Outlook COM Plug-in and I am trying to convert it over to use
the Redemption.DLL to bypass the security prompts I get using the
Address Book. I am able to display the Address Book without the
security prompts, but I also need to validate an email address or Name
against the Address Book. If the Name is not matched in the Address
Book then a "Check Names" dialog should pop up forcing the user to
resolve the name.
Any Ideas?
Thanks in Advance!
Scott Dever.
Dmitry Streblechenko \(MVP\) - 26 May 2004 00:15 GMT
When calling Recipient.Resolve, you can supply an optional parameter
(boolean) - if TRUE, the method will display the name resolution dialog if
the name cannot be resolved.
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
> I have a Outlook COM Plug-in and I am trying to convert it over to use
> the Redemption.DLL to bypass the security prompts I get using the
[quoted text clipped - 9 lines]
>
> Scott Dever.