Recipients Object

N

Nir

Hi,

I need to create a new DistList Item using C#
How Can I create a new Recipient Object, so I could add members to the list.

TIA
 
K

Ken Slovak - [MVP - Outlook]

You can use the NameSpace.CreateRecipient(string) method or you can create a
dummy mail item and add to that item's Recipients collection and then use
the Recipient and discard the dummy mail item.
 

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