Sicos1977 / MsgKit

A .NET library to make MSG files without the need for Outlook
204 stars 56 forks source link

disappearing attachment since 2.1.0 #47

Closed thomaslok81 closed 5 years ago

thomaslok81 commented 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));

Sicos1977 commented 5 years ago

No idea, I'll have to look into this