A
Artem
I know this question may belong to "Programming VBA"
group, but I normally get better answers with this group.
How can I add a member to a distribution list.
I can use Members collection to get the names of each
member in a "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
group, but I normally get better answers with this group.
How can I add a member to a distribution list.
I can use Members collection to get the names of each
member in a "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