Check Names dialog box in outlook

J

jayanthv

Hi,

Can any one help me to display the "Check Names" dialog box throug
programmatically?

Actually in my application when user enters a partial address book nam
like "Jo" then i should able to search the address book and get the lis
of all the names start with "Jo". similar to how the "Check Names
dialog box popups.

So, what i need is how to get the check names address book b
programming c#.NET?

Please help me.
 
S

Sue Mosher [MVP-Outlook]

You would have to use the Recipient.Resolve method from CDO 1.21 or Redemption, not the Outlook object model.
 
Top