Recipients Object

  • Thread starter Thread starter Nir
  • Start date Start date
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
 
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.
 
Back
Top