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