Hi,
I am trying to create a new attachment from a string input and add it to an existing MapiMessage in a PST file.
I do not see any constructors for MapiAttachment class.
Why is it so?
How can I add a new attachment…...from pdf file mapiMessage.Attachments.Add("document.pdf", File...ReadAllBytes(@"D:\SomePdfFile.pdf")); Srinidhi March 14, 2023,...