save attachments

  1. W

    Save and rename outlook email attachments to include domain name & date received

    Hi all, I'm not a developer and quite the beginner. I work for my family on a farm and we have a heap of invoices coming in each month via email and I'd love to be able to create a macro that allows all attachments that are invoices or statements to be saved to a file on my computer. I have a...
  2. 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...
  3. D

    Saving Selected Emails as PDF and saving Attachments

    Greetings, I have inserted code below that, frustratingly, used to work. I need to highlight multiple emails and have the email save as a PDF and the attachments save with similar names for government logging purposes. The code below used to function. The problem was that within 1,000's of...
  4. Diane Poremsky

    Edit and Save Outlook's Read-Only Attachments

    Diane Poremsky submitted a new article on Slipstick.com Edit and Save Outlook's Read-Only Attachments Continue reading the Original Article at Slipstick.com
Back
Top