Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 562763
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T12:35:21+00:00 2026-05-13T12:35:21+00:00

I was searching for a method to change Outlook Emails to HTML. I found

  • 0

I was searching for a method to change Outlook Emails to HTML. I found one method that uses VBscript, but it only changes the Outlook File to Text.

Edit: I’m looking for a way to automatically save hundreds of emails to HTML format.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T12:35:21+00:00Added an answer on May 13, 2026 at 12:35 pm

    There are number of ways to go here:

    1. Set up a rule to run a script
    2. Wire up a VBS script to fire when you receive and email
    3. Write and Add-in to do the above.

    The advantage of the Add-in is that it can be easily deployed compared to rules and scripts, but it a little more complicated.

    Number 1 Is probably the easiest to set up if you have no experience.

    1. Open the Visual Basic Editor (Alt+F11) or off the tools menu > Macro
    2. Click on the ThisOutlookSession node on the left
    3. Copt this code in to the right hand page

      Sub CustomMailMessageRule(Item As Outlook.MailItem)
      Dim HtmlMessagePath As String

      HtmlMessagePath = “C:\Users\Marcus\AppData\Roaming\KnowledgeMill\html\” + Item.Subject + “.html”
      Call Item.SaveAs(HtmlMessagePath, OlSaveAsType.olHTML)

      End Sub

    4 .Change the paths and may be use the Item.EntryID as the file name as you could get filename problems with subject you may also want to use mhtml so that you get everything in one file.

    5.Create a Rule using the rules wizard and get it to fire on new emails and then to run a script. Click on the Blue script links and select the new script.

    6.You may have to adjust you macro security to allow the script to run. (N.B restart outlook after you do this)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im searching a Template Lib or Template Engine for generating HTML (XML) that runs
Searching for a string within a string is extremely well supported in .NET but
After searching online, the best solution I've found so far is to just make
I found this while searching for how to fake multiple inheritance in PHP (since
I'm adding a password reset feature to my Rails application that uses Authlogic. I
OK, so I have a C++ project that compiles to a DLL file. I
i was searching on the net for a method which can inform an incoming
I'm searching for a good method to upload a canvas element from Firefox to
Searching for some sample code for converting a point in WGS84 coordinate system to
Searching on Google reveals x2 code snippets. The first result is to this code

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.