rename

  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...
Back
Top