Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I know how to view the headers of an email message as well as the source of an HTML message. In Outlook Express, however, there was an option to see the entire message source code the exact same way it was received (i.e. headers and any plain-text and/or HTML message parts in the body). Does such an option or something equivalent exist in Outlook 2010?

share|improve this question
Viewing the source of just created mail isn't possible? – ThiloL Apr 12 '12 at 9:06

3 Answers

up vote 12 down vote accepted

To view the headers of a message do the following:

  1. In Outlook 2010, Open an existing email.
  2. Click on the File tab.
  3. Click Info.
  4. Click the Properties button.
  5. Review the Internet Headers. (To copy: Right-click in the field and click "Select All", right-click again to select copy)

In order to view the complete message source code of newly retrieved POP messages in Outlook 2007/2010:

  1. Log onto your PC with an administrator account.
  2. Open the Start menu, type regedit into the search field and hit Enter. The Registry Editor tool will now launch.
  3. Navigate to the right key.
    1. Outlook 2007: HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\Options\Mail
    2. Outlook 2010: HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Outlook\Options\Mail
  4. Right-click in the open space on the right side of the window and choose to create a new DWORD Value.
  5. Create a new DWord value and enter SaveAllMIMENotJustHeaders as the name of the new value.
  6. Double-click on the new value, set the value as 1 and then press OK
  7. Close the Registry Editor and open Outlook.
  8. Right-click on the message whose source code you want to view and select Message Options. The full source code of the message will now be viewable in the pop-up window that appears.

Sources:

share|improve this answer

For Outlook 2007 I used the following method:

Go to File » Save as » *.html.

share|improve this answer
  1. Open Outlook.

  2. Open up the message you want the source code from.

  3. From the menu bar, click Other Actions then View Source from the drop down.

share|improve this answer
From my Outlook 2010, I had to click: Move / Actions / Other actions / View source. – AnneTheAgile Apr 4 at 16:25

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.