![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
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? |
#3
|
|||
|
|||
![]()
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? |
#4
|
|||
|
|||
![]()
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? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to get the ContactItems in a DistListItem? | OctopusThu | Outlook - Using Forms | 0 | November 9th 06 05:14 PM |
For Each DistListItem and Runtime Error '13' | Zarqy | Outlook and VBA | 5 | September 11th 06 05:13 PM |
Delete ContactItems without going into DeletedItems/Trashcan | Fredrik Nelson | Outlook and VBA | 1 | May 12th 06 08:20 PM |
Add ContactItems to DLItem with VBS | Christoph Fricke | Outlook and VBA | 8 | May 10th 06 06:03 PM |
Insert fax in DistListItem | Mpag | Outlook and VBA | 1 | February 2nd 06 05:38 AM |