resolve email

  • Thread starter Thread starter David GALLONE
  • Start date Start date
D

David GALLONE

Hello,

I'using Outlook 2000 and Visual Basic6.
I want to resolve all email addresses from a new mail that I create. How
can I display the Check Names dialog box ? (I read some mails that I can
do it via CDO, but in my case it's a new mail, so I don't known the
entryID and can use CDO, is it true ?)

Thanks in advance,
David GALLONE
 
You can save the item to get an EntryID and then use CDO's Recipient.Resolve method with the ShowDialog argument set to True. Note that this will trigger Outlook security prompts if you have SP2 or later.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
Back
Top