Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
327 views

Ensuring the contacts in a Distribution List are displayed with both name and email address

How can I ensure the contacts I add to an Outlook distribution list are displayed with both name and email address? These contacts may not exist in any other address book, just the distribution list. ...
1
vote
0answers
115 views

VSTO outlook Add-in How can I retrieve a Exchange Distribution list members from outlook distribution list

I have VSTO Add-in that gets the recipient from the mailitem and save it in our user list. In case of exchange distribution list or exchange contact as a recipient it works fine by extracting smtp ...
1
vote
1answer
266 views

How to programmatically add members to Exchange Distribution List?

I am looking for some sort of code to add members to a Distribution List in GAL. We are moving to a new DL naming convention in the new system and I need to add hundreds of users to new distribution ...
1
vote
1answer
828 views

Add new records to private Outlook distribution list

I need to read records containing name and email from a file or database and add them to an existing Oulook distribution list (from the private contacts, not from the GAL). I just saw examples of ...
1
vote
3answers
3k views

Setting Group Type for new Active Directory Entry in VB.NET

I'm trying to set the group type for a new Active Directory Entry via VB.NET and DirectoryServices to create a distribution list. How do I access the ADS_GROUP_TYPE enumerations? Specifically I'm ...
0
votes
1answer
617 views

Unable to get members of Universal Distribution List using Powershell

I am trying to write a script to list out all members of a "Universal Distribution List" using Powershell. However I keep getting an empty result set back. When I run the following command against a ...