![]() |
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
|
|||
|
|||
![]()
Is there a way to get all the data from the E-Mail Addresses tab in the
properties of a contact? We have a distribution list with many contacts, we are manually opening each person in the distribution list and going to the E-Mail Addresses tab and checking the SMTP address. Many times there are multiple SMTP addresses in the tab. We need to remove people from the distribution list based on the SMTP addresses. Is there a way to programmatically do this? Unless there is another CDO property, it looks like I can only get the default address. Thanks! |
#2
|
|||
|
|||
![]()
Am Wed, 12 Apr 2006 08:46:02 -0700 schrieb Nick
Nick, not sure what you are trying to do. You can loop through the DL members and read each address. That address you can search in the Contacts. Once you´ve found the contact you can read all its addresses (Email1Address, Email2Address, Email3Address). -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.vbOffice.net -- Is there a way to get all the data from the E-Mail Addresses tab in the properties of a contact? We have a distribution list with many contacts, we are manually opening each person in the distribution list and going to the E-Mail Addresses tab and checking the SMTP address. Many times there are multiple SMTP addresses in the tab. We need to remove people from the distribution list based on the SMTP addresses. Is there a way to programmatically do this? Unless there is another CDO property, it looks like I can only get the default address. Thanks! |
#3
|
|||
|
|||
![]()
You will need to access the PR_EMS_AB_PROXY_ADDRESSES MAPI property with
Extended MAPI/CDO 1.21/Redemption (Outlook Object model does not provide access to that property). Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Nick B" wrote in message ... Is there a way to get all the data from the E-Mail Addresses tab in the properties of a contact? We have a distribution list with many contacts, we are manually opening each person in the distribution list and going to the E-Mail Addresses tab and checking the SMTP address. Many times there are multiple SMTP addresses in the tab. We need to remove people from the distribution list based on the SMTP addresses. Is there a way to programmatically do this? Unless there is another CDO property, it looks like I can only get the default address. Thanks! |
#4
|
|||
|
|||
![]()
Thanks!
Looked up the property and found something that I should have found befo http://support.microsoft.com/?kbid=196507 "Dmitry Streblechenko" wrote: You will need to access the PR_EMS_AB_PROXY_ADDRESSES MAPI property with Extended MAPI/CDO 1.21/Redemption (Outlook Object model does not provide access to that property). Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Nick B" wrote in message ... Is there a way to get all the data from the E-Mail Addresses tab in the properties of a contact? We have a distribution list with many contacts, we are manually opening each person in the distribution list and going to the E-Mail Addresses tab and checking the SMTP address. Many times there are multiple SMTP addresses in the tab. We need to remove people from the distribution list based on the SMTP addresses. Is there a way to programmatically do this? Unless there is another CDO property, it looks like I can only get the default address. Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Imported tab delim contacts - email addresses are not recognized | Randy Bremgartner | Outlook - Using Contacts | 3 | March 4th 06 03:25 AM |
moving e-mail addresses | Alan | Outlook - Using Contacts | 2 | February 17th 06 12:25 AM |
Merging data between tab pages on custom forms | Sue Mosher [MVP-Outlook] | Outlook and VBA | 0 | February 1st 06 05:41 PM |
Not getting mail from some addresses, but getting from others | Calianna Rekcirts | Outlook Express | 5 | January 25th 06 11:37 AM |
How to clear old e-mail addresses? | Jan Smith | Outlook - General Queries | 2 | January 24th 06 06:28 PM |