Ejemplo n.º 1
0
 public EmailContent()
 {
     From              = new EmailAddress();
     EmailAttachments  = new List <EmailAttachment>();
     EmailInlineImages = new List <EmailAttachment>();
 }
Ejemplo n.º 2
0
 internal EmailRecipient()
 {
     Address = new EmailAddress();
 }