public EmailTemplateMessage()
 {
     Destinations = new EmailDestination[0];
     Attachments  = new EmailAttachment[0];
     Parameters   = new EmailParameter[0];
 }
Exemple #2
0
 public EmailMessage()
 {
     Destinations = new EmailDestination[0];
     Attachments  = new EmailAttachment[0];
 }