![]() |
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
|
|||
|
|||
![]()
Outlook 2003 pops up a form when a Distribution List is double-clicked, that
shows different icons for those items (members of the List) that are also in the user's Contacts list. How can I programmatically discover that? Is there a property that I can use, or must I check one collection against the other? -- Ian Thomas |
Ads |
#2
|
|||
|
|||
![]()
Strictly speaking, you can parse the DL member entry id to extract the
regular AB entry id, then parse the AB entry id to extract the IPM.Contact message entry id from it. None of that is documented of course... Outlook 2007 will include the AddressEntry.GetContact method, that will let you do what you need. plugNext version of Redemption will include that nethod too (it will work in all version of Outlook) - contact me at my private e-mail address if you want a copy of beta/plug Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "gxdata" wrote in message ... Outlook 2003 pops up a form when a Distribution List is double-clicked, that shows different icons for those items (members of the List) that are also in the user's Contacts list. How can I programmatically discover that? Is there a property that I can use, or must I check one collection against the other? -- Ian Thomas |
#3
|
|||
|
|||
![]()
Strictly speaking, you can parse the DL member entry id to extract the
regular AB entry id, then parse the AB entry id to extract the IPM.Contact message entry id from it. None of that is documented of course... I understand what you're saying - it's very convoluted. Why does it have to be so hard, to do very simple things? -- IL Thomas "Dmitry Streblechenko" wrote in message ... Strictly speaking, you can parse the DL member entry id to extract the regular AB entry id, then parse the AB entry id to extract the IPM.Contact message entry id from it. None of that is documented of course... Outlook 2007 will include the AddressEntry.GetContact method, that will let you do what you need. plugNext version of Redemption will include that nethod too (it will work in all version of Outlook) - contact me at my private e-mail address if you want a copy of beta/plug Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "gxdata" wrote in message ... Outlook 2003 pops up a form when a Distribution List is double-clicked, that shows different icons for those items (members of the List) that are also in the user's Contacts list. How can I programmatically discover that? Is there a property that I can use, or must I check one collection against the other? -- Ian Thomas |
#4
|
|||
|
|||
![]()
I don't know know - I didn't design it :-)
Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "gxdata" wrote in message ... Strictly speaking, you can parse the DL member entry id to extract the regular AB entry id, then parse the AB entry id to extract the IPM.Contact message entry id from it. None of that is documented of course... I understand what you're saying - it's very convoluted. Why does it have to be so hard, to do very simple things? -- IL Thomas "Dmitry Streblechenko" wrote in message ... Strictly speaking, you can parse the DL member entry id to extract the regular AB entry id, then parse the AB entry id to extract the IPM.Contact message entry id from it. None of that is documented of course... Outlook 2007 will include the AddressEntry.GetContact method, that will let you do what you need. plugNext version of Redemption will include that nethod too (it will work in all version of Outlook) - contact me at my private e-mail address if you want a copy of beta/plug Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "gxdata" wrote in message ... Outlook 2003 pops up a form when a Distribution List is double-clicked, that shows different icons for those items (members of the List) that are also in the user's Contacts list. How can I programmatically discover that? Is there a property that I can use, or must I check one collection against the other? -- Ian Thomas |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Identify Outlook 2003 mail delivery location | BY | Outlook and VBA | 1 | May 16th 06 04:34 PM |
How to identify identity of sender? | hringley | Outlook - Using Contacts | 1 | May 16th 06 02:58 PM |
How to identify pst file format wether outlook 2000 or 2003 | Prakash Tulsiani | Outlook - Installation | 1 | April 6th 06 10:02 PM |
how to identify distribution list a contact is on | cgarcia | Outlook - Using Contacts | 3 | February 20th 06 06:31 AM |
how do I identify the file holding my contacts on my back up disk | openspace | Outlook - Using Contacts | 1 | January 23rd 06 09:15 PM |