View Single Post
  #4  
Old November 11th 06, 08:18 PM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default How to get the ContactItems in a DistListItem?

Redemption is a third party library, see the url in my signature.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"OctopusThu" wrote in message
...
Thanks for your help first, Dmitry.

I'm not quite familiar with the "Redemption" you mentioned. What namespace
is RDOAddressEntry in? I cannot find it in my MSDN library......

"Dmitry Streblechenko" wrote:

In Outlook 2007, you can use Recipient.AddressEntry.GetContact.
plug In Redemption (all versions of Outlook), you can use
RDOAddressEntry.GetContact (returns RDOContactItem)/plug

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"OctopusThu" wrote in message
...
Using the method DistListItem.GetMember(int), I can only get the
Recipients
in the Distribution List.
However, we know that when using Outlook, we can add Contacts other
than
just Recipients to a Distribution List.
How can I get the ContactItems associated with a Distribution List?






Ads