Exemplo n.º 1
0
 public void AddBCC(ICollection <string> bcc)
 {
     bcc = bcc ?? new List <string>();
     BCC.AddRange(bcc);
 }