Copy Outlook mail (.msg) in windows folder
问题 This code below create a folder for every e-mail that contains attachments. In the folder, we can find the attachments extracted and a word document. I would also like to have inside this folder a copy of the e-mail. here is my working code below. I just don't know how to copy the e-mail! Option Explicit Sub Application_Startup() Dim ol As Outlook.Application Dim ns As Outlook.NameSpace Dim fol As Outlook.Folder Dim i As Object Dim mi As Outlook.MailItem Dim at As Outlook.Attachment Dim