![]() |
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
|
|||
|
|||
![]()
How do you create a Distribution List directly from Contacts view,
including by Category view? We currently have individual addresses in Contact Folder. How do we place them into new distribution lists? |
Ads |
#2
|
|||
|
|||
![]()
You will need to add a new dist list
(Application.CreateItem(olDistributionListItem)), then add new members using DistListItem.AddMember/AddMembers that only take Recipient or Recipients objects. Not the most logical design since you can only get the Recipients object from MailItem.Recipients and Recipient object from either MailItem.Recipients or Namespace.CreateRecipient. plugNext version of Redemption, besides already exposing AddMemberEx method which takes name and address as parameters, will also add AddContact method that would allow to add a contact to a DL directly/plug Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "RJ47" wrote in message oups.com... How do you create a Distribution List directly from Contacts view, including by Category view? We currently have individual addresses in Contact Folder. How do we place them into new distribution lists? |
#3
|
|||
|
|||
![]()
Am Fri, 28 Jul 2006 22:41:21 -0700 schrieb Dmitry Streblechenko:
plugNext version of Redemption, besides already exposing AddMemberEx method which takes name and address as parameters, will also add AddContact method that would allow to add a contact to a DL directly/plug Cool. I'm looking forward to that .-) -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.VBOffice.net -- |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Adding mutliple distribution lists into a distribution list? | Abel | Outlook - Using Contacts | 2 | August 30th 06 06:51 PM |
Distribution Lists sourced from linked SharePoint Contact Lists | Marcela | Outlook - Using Contacts | 4 | July 17th 06 01:08 AM |
Distribution lists | Mick | Outlook Express | 1 | June 3rd 06 04:09 PM |
Distribution Lists | Big Boy | Outlook - Using Contacts | 1 | June 1st 06 01:16 PM |