Adding a member to a distribution list

A

Artem

How can I add a member to a distribution list.

I can use Members collection to get the names of each
member in "Test" distribution list.

Dim objAddressList As MAPI.AddressList
Dim objAddrEntry As MAPI.AddressEntry

Set objAddressList = objSession.AddressLists("Global
Address List")
Set objAddrEntry = objAddressList.AddressEntries("Test")


However, I can't add a new member. Add method gives me an
error which might be an access error. AddMember method is
not working for me either.

I'll appreciate any help.

Artem
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top