public EWSIncomingFileAttachment(Microsoft.Exchange.WebServices.Data.FileAttachment attachment, string newName = null)
 {
     _attachment = attachment;
     if (newName != null)
     {
         _newName = newName;
     }
 }
Example #2
0
 public EWSIncomingFileAttachment(Microsoft.Exchange.WebServices.Data.FileAttachment attachment)
 {
     _attachment = attachment;
 }
 public EWSIncomingFileAttachment(Microsoft.Exchange.WebServices.Data.FileAttachment attachment)
 {
     _attachment = attachment;
 }