如何在Outlook 2013中查看电子邮件的来源?

我想查看确切的电子邮件来源,就像在Gmail或Mozilla Thunderbird中一样。我对最重要的事情(标题?)特别感兴趣。这是一个示例,由Gmail提供。

Delivered-To:
Received: by 10.50.110.41 with SMTP id hx9csp12093igb;
        Wed, 19 Sep 2012 01:36:43 -0700 (PDT)
Received: by 10.229.137.133 with SMTP id w5mr1607897qct.21.1348043802480;
        Wed, 19 Sep 2012 01:36:42 -0700 (PDT)
Return-Path: <noreply@github.com>
Received: from smtp1-ext.rs.github.com (smtp1-ext.rs.github.com. [207.97.227.250])
        by mx.google.com with ESMTP id 5si930058qcy.70.2012.09.19.01.36.42;
        Wed, 19 Sep 2012 01:36:42 -0700 (PDT)
Received-SPF: pass (google.com: domain of noreply@github.com designates 207.97.227.250 as permitted sender) client-ip=207.97.227.250;
Authentication-Results: mx.google.com; spf=pass (google.com: domain of noreply@github.com designates 207.97.227.250 as permitted sender) smtp.mail=noreply@github.com
Date: Wed, 19 Sep 2012 01:36:41 -0700
From: Louis <notifications@github.com>
Reply-To: rg3/youtube-dl <reply+i-4883054-e3dc1a39bd6fec305e5564ef8b3375860908afb5-105314@reply.github.com>
To: rg3/youtube-dl <youtube-dl@noreply.github.com>
Message-Id: <rg3/youtube-dl/issues/355/8684287@github.com>
In-Reply-To: <rg3/youtube-dl/issues/355@github.com>
References: <rg3/youtube-dl/issues/355@github.com>
Subject: Re: [youtube-dl] Youtube Download Slows Down after 10 seconds (#355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary=mimepart_50598419db896_3241ecda741010
Precedence: list
List-Archive: https://github.com/rg3/youtube-dl
List-Id: rg3/youtube-dl <youtube-dl.rg3.github.com>
List-Post: <mailto:reply+i-4883054-e3dc1a39bd6fec305e5564ef8b3375860908afb5-105314@reply.github.com>
X-Github-Reason: comment
List-Unsubscribe: <mailto:unsub+i-4883054-e3dc1a39bd6fec305e5564ef8b3375860908afb5-105314@reply.github.com>


--mimepart_50598419db896_3241ecda741010
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: Quoted-printable
Content-Disposition: inline


评论

微软的Technet曾经问过类似的问题,但是却不为所知。social.technet.microsoft.com/Forums/en-GB/officeitpropreview/…

#1 楼

标头


双击消息列表中的消息,在新窗口中打开特定的电子邮件。 (这很重要,仅查看Outlook称为“阅读窗格”的消息是不够的。)
按照菜单File | Info | Properties

查找标记为Internet headers的文本区域

这里是标题。选择文本并将其复制到文本编辑器。

内容


在新窗口中打开消息

Message功能区上,选择Action | Other Actions | View Source


评论


您还可以通过右键单击邮件正文并选择“查看源代码”来获取内容(“查看源代码”)。

–科蒂斯·雅洛普(Curtis Yallop)
2014年7月31日15:45

请注意,对于纯文本消息,“查看源代码”将显示为灰色。

–克里斯
2014年9月9日14:48

请注意,这仅包括正在显示的内容外观。如果电子邮件中同时包含html和文本,则看不到文本版本。

–bradlis7
2014年11月13日20:37

这个仍然没有显示嵌入式的base64映像。

–卡普坦
2014年12月18日上午1:01

这不会显示多部分mime附件的原始内容。

–Rory
2015年11月11日上午8:43

#2 楼


在新窗口中打开消息
Message选项卡上,选择Actions下拉菜单(Move按钮旁边)
选择Other ActionsSource



评论


在Outlook 2013中,这为我提供了邮件正文的源,但没有标题。

–高度不规则
2014年10月10日3:00

@HighlyIrregular是正确的。您所看到的只是与电子邮件正文相对应的原始HTML,但没有Internet标头。 ColonelPanic接受的答案是正确的。

–诺克斯
2014年12月12日15:37

我认为这两个答案是正确的,一个是标题,另一个是正文。

–David Thielen
14-10-17在11:36

在我的Outlook 2013中,“其他操作”下拉列表下未显示“源”。最接近的是[显示]消息标题。

– JHBonarius
18/12/27在12:06

#3 楼

文件-信息-属性无法显示标题吗?


此答案来自此处:email.about.com

使完整的消息源可用在Outlook中

要设置Outlook,以便可以查看电子邮件的完整来源:

Press Windows-R
Type "regedit".
Hit Enter.
For Outlook 2013:
    Go to HKEY_CURRENT_USER\Software\Microsoft\Office.0\Outlook\Options\Mail
Select Edit | New | DWord from the menu.
Type "SaveAllMIMENotJustHeaders".
Hit Enter.
Double-click the newly created SaveAllMIMENotJustHeaders value.
Type "1".
Click OK.
Close the registry editor.
Restart Outlook if it has been running.


在Outlook中查看邮件的完整来源

现在您可以检索新检索到的POP消息的源(编辑SaveAllMIMENotJustHeaders值不会为Outlook中已经存在的电子邮件还原完整的消息源):

Click on the desired message with the right mouse button in the Outlook mailbox.
Select Options... from the menu.
Find the message source under the (now improperly named) Internet headers: section.


评论


感谢Riscie,我按照说明进行操作,菜单项出现了。但是,这仅显示了消息内容的HTML源,而不是主题或标头。我已经在上面澄清了我的问题。

–上校恐慌
2012年9月19日上午10:22

@ColonelPanic-邮件选项中列出的Internet标头信息是您要查找的内容。

–猎犬
2012年9月19日上午11:21

这对我不起作用。 “邮件标题”选项仅切换显示邮件顶部的“发件人”,“收件人”和“主题”。视图源选项,以及在浏览器中的actions-> view,然后查看该源,均显示通过Outlook清理的HTML,而不是原始消息源

– chiliNUT
2015年11月6日17:33

这是唯一100%正确的答案。在您只能检查邮件标题的位置,现在您可以检查整个原始内容(附件,边界,资源标题,字符集等),这与查看邮件源有很大的不同。

–查尔斯·罗伯托·加纳托(Charles Roberto Canato)
15年11月27日,0:24

嗯,可能是因为这意味着它仅适用于POP3和IMAP帐户(以及Outlook 2013中的EAS),而不适用于Exchange服务器邮箱slipstick.com/outlook/email/view-the-message-source-in-outlook

–stej
16 Sep 7'9:53



#4 楼

适用于Outlook 2013和Outlook Online的附加邮件标题分析器提供了格式正确的概述。



评论


这仅显示标题,而不显示正文。

–stej
16-9-7上午9:52