Manually I can create an Outlook distribution list consisting of members not from the Contacts folder. Those members are only pairs of name and email address.
I just could not figure out how to do that using VBA. The distribution list object has an AddMember method, which adds an Recipient object to the list. However, the Recipient object can only be created from an existing member in Contacts. If I have to do that, I will end up with hundreds of new contacts in my Contacts folder and I do not need them at all.
Any suggestions?
I just could not figure out how to do that using VBA. The distribution list object has an AddMember method, which adds an Recipient object to the list. However, the Recipient object can only be created from an existing member in Contacts. If I have to do that, I will end up with hundreds of new contacts in my Contacts folder and I do not need them at all.
Any suggestions?