简体   繁体   English

有没有办法在 Outlook 中接收 RFC822 内容 *not* 作为 .MSG 附件?

[英]Is there a way to receive RFC822 content *not* as a .MSG attachment in Outlook?

I'll try and explain without being too confusing... I'm trying to supplant the process of relaying our marketing e-mails off of our on-prem Exchange server with an SMTP service, like SMTP2Go.我将尝试解释,但不会太混乱......我试图用 SMTP 服务(如 SMTP2Go)取代从我们的本地 Exchange 服务器中继我们的营销电子邮件的过程。 But when undeliverable e-mails bounce back off of this service, they come back into us as MSG attachments (source on the spam firewall show the relevant area as "Content-type: message/rfc822").但是,当无法投递的电子邮件从该服务退回时,它们会以 MSG 附件的形式返回给我们(垃圾邮件防火墙上的源将相关区域显示为“Content-type: message/rfc822”)。 I won't get into the why, but this won't work for the stupid Rube Goldberg we have set up to remove bad addresses from our database.我不会解释原因,但这对于我们设置的用于从数据库中删除错误地址的愚蠢的 Rube Goldberg 来说是行不通的。

Is there a way to force these e-mails (and maybe this is more of an Exchange/transport rule situation) to just show that content without having to open an attachment?有没有办法强制这些电子邮件(也许这更像是交换/传输规则的情况)只显示该内容而不必打开附件?

Thanks谢谢

If you are trying to save a message in the MIME (EML) format, Outlook Object Model does not offer anything like that.如果您尝试以 MIME (EML) 格式保存消息,则 Outlook Object Model 不提供类似的内容。 You can however use Redemption for that - see C#: Save selected outlook message as eml file但是,您可以为此使用兑换- 请参阅C#:将选定的 outlook 消息保存为 eml 文件

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM