/// <summary>
 /// Adds the specified recipient to this collection.
 /// </summary>
 public void Add(Recipient value)
 {
     List.Add(value);
 }
Example #2
0
 /// <summary>
 /// Adds the specified recipient to this collection.
 /// </summary>
 public void Add(Recipient value)
 {
     List.Add(value);
 }