-
Distribution List
I would like to add a ContactItem in a Distribution List
I'm stuck with the Recipient.. what is a recipient??
I thought I would have to use something like myDistList.AddMember(olContact)
I don't know how to set my contact to a recipient and then use this recipient for the AddMember..
Can anyone help me ?
-
Re: Distribution List
Forget it, I found it. I have to do a CreateRecipient(myContactItem.FullName)
myRecipient.Resolve
But my question now is this one. When I'm in Outlook and I choose Select member to add member to a Distribution List, I got all the name twice. There's one for the Email address and one for the business fax.
How can I add the business fax to a distribution list?