Exemplo n.º 1
0
 public EmailTemplateMessage()
 {
     Destinations = new EmailDestination[0];
     Attachments  = new EmailAttachment[0];
     Parameters   = new EmailParameter[0];
 }
Exemplo n.º 2
0
 public EmailMessage()
 {
     Destinations = new EmailDestination[0];
     Attachments  = new EmailAttachment[0];
 }