Exemplo n.º 1
0
 public virtual void SetContent(string contentType, byte[] content)
 {
     if (content != null && content.Length > 0)
     {
         Content = new AttachmentContent(contentType, content);
     }
 }
Exemplo n.º 2
0
 public virtual void SetContent(string contentType, byte[] content)
 {
     if (content != null && content.Length > 0)
         Content = new AttachmentContent(contentType, content);
 }