Closed thomaslok81 closed 5 years ago
Below code works in version 1.2.4 but NOT in 2.1.0. Any idea why?
email.Attachments.Add(fileStream, ReplaceInvalidCharachtersInString(name), -1, true, attachment.GetAttributeValue(AttachmentStatics.FileName));
No idea, I'll have to look into this
Below code works in version 1.2.4 but NOT in 2.1.0. Any idea why?
email.Attachments.Add(fileStream, ReplaceInvalidCharachtersInString(name), -1, true, attachment.GetAttributeValue(AttachmentStatics.FileName));