Search results

  1. J

    Save E-mail attachments in a specific folder

    Hi guys, I have the following code that is supposed to save any attachment in a specific folder (C:\Users\mails): Sub SaveAttachmentsToDisk(MItem As Outlook.MailItem) Dim oAttachment As Outlook.Attachment Dim sSaveFolder As String sSaveFolder = "C:\Users\mails" For Each oAttachment In...
Back
Top