views:

84

answers:

0

Hi,

I'd like to know if it possible to search for people in Outlook directory via the Outlook COM component. If so, how?

I've referenced the COM component and created a Microsoft.Office.Interop.Outlook.Application object in my C# code, but I don't know how to go further. What I wnat to do is have a first and last name as input, and be able to retrieve its email. Any help?