saving attachments

  1. D

    Autosave Attachment and Rename

    I have the following code that autosaves the attachments from any incoming mail and renames the attachment with the date and time so as not to overwrite. Public Sub AutoSaveAttachment(itm As Outlook.MailItem) Dim objAtt As Outlook.Attachment Dim saveFolder As String Dim dateFormat...
  2. R

    Quick Access view in File Explorer when saving attachments

    When I file/save email attachments, I would like the default view in the File Explorer to be the top of list of folders in the Quick Access list. Instead the default view locates further down in the folder list at Local Disk (C:). Is there a way to control this? I am using Outlook 2013 with...
Back
Top