Programmatically Attach PDF from MemoryStream to Outlook E-Mail Items
问题 Would it be possible to attach PDF from MemoryStream or other functions to Outlook E-Mail Items MailItem.Attachment.add() , rather than from the file on the hard disk by passing the physical path of file in this method. I would like to create the Outlook mailitem for the users with the PDF attached programmatically, and let the users to review and send out the email by themselves. Thank you in advance. 回答1: Not using the Outlook Object Model - Attachments.Add will only let you pass a file