Beispiel #1
0
 public EmailContent()
 {
     From              = new EmailAddress();
     EmailAttachments  = new List <EmailAttachment>();
     EmailInlineImages = new List <EmailAttachment>();
 }
Beispiel #2
0
 internal EmailRecipient()
 {
     Address = new EmailAddress();
 }