A way to launch address book and select email recipients
My requirement is,
From my Win Forms application, I want to launch outlook address book (and/or global address list - exchange server), Choose recipients and then populate a textbox with all the email addresses (or) distribution list.
Any clues?开发者_如何学C I searched several forums, but no one addresses this scenario.
This article is a couple of years old but it may help you: http://www.developer.com/net/csharp/article.php/3701241/Interacting-with-Outlook-from-a-WinForms-Application.htm
Look at the SelectNamesDialog object: http://msdn.microsoft.com/en-us/library/office/bb176400(v=office.12).aspx
精彩评论