Prompt Microsoft Outlook users to save sent email messages

I know that you can set a rule to either "save all" or "save none" of your outgoing email messages in Microsoft Outlook. But, how can I prompt Outlook to ask users if they'd like to save their sent email messages each time?

    Requires Free Membership to View

Sue Mosher's book, Microsoft Outlook Programming, provides macro code that you can copy and paste directly into Microsoft Outlook. The steps are as follows:

 

  1.  

  2. Open the Outlook macro editor by pressing Alt-F11.
  3.  

  4. Open the ThisOutlookSession module within the macro editor.
  5.  

  6. Paste this provided VBA code into the module.
  7.  

  8. Close the window.
  9.  

  10. Configure Outlook macro security so that it will not prevent you from running unsigned code.
  11.  

  12. Make sure that Outlook options are set to automatically save a copy of Sent Items.
  13.  

  14. Restart Outlook and send a message. You will now be prompted for a folder in which to save a copy of the message.

Do you have comments on this Ask the Expert Q&A? Let us know.

Ask a Microsoft Outlook question in our forum.

This was first published in January 2009

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.