问题标签 [tnef]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - 需要在 Java 中生成带有附件的文件 winmail.dat(传输中性封装格式 - TNEF)
我想用java生成格式的winmail.dat
文件。有没有我可以用来创建文件TNEF
的开源库。TNEF
我找到了一个
TNEF
但它是用于解析文件的只读 API 。
请让我知道是否有任何其他用于 Java 的 API 或任何其他语言可以实现我的目标。
c# - 内部收件人的 Exchange 2010/2013 TransportAgent 内容转换
我正在尝试创建一个TransportAgent
将内部电子邮件重新路由到远程服务器以进行进一步处理的电子邮件,但电子邮件以 Microsoft 的内部 TNEF 格式发送(未应用内容转换)。我希望它的格式与电子邮件发送给外部收件人时使用的格式相同。
我目前正在使用 aRoutingAgent
将内部电子邮件重新路由到远程服务器。如果有人可以根据分类器的管道解释为什么会发生这种情况,那也会非常有帮助,即使我无法避免。此代理将为 Exchange 2010 和 2013 实施,以防答案因 Exchange 版本而异。
python - Odoo:如何处理会话中附加的 winmail.dat?
我们有一些客户使用 Microsoft Outlook 发送附件。但是在 odoo 中,我们只看到winmail.dat
文件(而邮件客户端中的一切看起来都很好)。
有什么方法可以强制 odoo 公开winmail.dat
内容吗?
php - 如何检测邮件正文是否为 TNEF 格式(winmail.dat)?
如何使用 PHP检测/检查邮件正文是否为tnef格式(winmail.dat)?
我不想解码,只想检查。我使用imap_fetchbody
andimap_body
来获取 BODY,我需要获取 mimetype(或类似)来检查是否为“tnef 格式”,如下所示:
我试过了:
outlook - TNEF capable e-mail clients
We have written an Outlook Add-in and it appears that when you add user properties to a MailObject while the user is composing it, and you then encrypt and sign it and the message is Sent, the message will end up getting sent as TNEF, despite imploring outlook to do otherwise through various settings and so on as described here: http://www.slipstick.com/problems/outlook-is-sending-winmail-dat-attachments/
So one of our clients has a contact who insists on encrypted communication and therefore our client now has an issue with this contact. Either they cannot use our Add-in to its full potential (having to avoid the functionality that adds those User Properties), or their contact complains about receiving mail with "winmail.dat" attachments.
I have since established a communication with our client's contact, and I am trying to establish what e-mail client they are using, and one thing I'm going to try is see whether they would be open to the idea of moving to another e-mail client that is TNEF capable, even if it's not Outlook. But my Google-Fu is failing me. I've googled "TNEF capable email clients" and many variations thereof "that can use" "able to" ... etc etc etc. Nothing gives me the result I am looking for, a simple list of non-outlook email clients that have native capability for handling TNEF e-mails they receive. Plenty of articles of tools to allow users to decode the winmail.dat attachments manually, sure, but no simple list of natively capable e-mail clients.
If anybody can help me with this one, it would be greatly appreciated.
outlook - 在不强制 TNEF 的情况下撰写 Outlook 邮件时设置属性,并在发送后引用这些属性
我遇到了与先前提出的问题中描述的问题类似的问题,但我正在寻找答案中的更多细节,因为我在这方面缺乏经验,无法填补一些空白:
在发送前用 ID 号标记 Outlook MailItem 而不会导致 TNEF (RTF) 发送
就像那个问题的提问者一样,我想在用户撰写邮件时设置一个用户属性,比如它名为“XXXX”,这样当用户稍后在他或她的已发送邮件文件夹中重新访问同一个邮件项目时我可以再次读取“XXXX”属性的值。
我的其他问题如下:
Dmitry Streblechenko 建议使用 MailItem.PropertyAccessor.SetProperty,但无论我看到使用什么,我都看到人们使用模式链接来表示属性。如果我希望我的财产仍被称为“XXXX”,那么正确的架构链接是什么?换句话说,在 Dmitry 的建议中使用的正确语法是什么?
我收集我可以使用“.GetProperty”调用稍后从已发送项目中读取属性,但问题是我们的加载项已经存在多年,并且用户发送的项目已经充满了具有原始 UserProperty 的 MailItems XXXX”在其中。即使我使用 .PropertyAccessor.SetProperty 来设置它们,我仍然可以使用 UserProperties 来获取属性“XXXX”吗?
或者,如果我在撰写消息时继续使用原始代码设置 UserProperties,但我随后使用了 .PropertyAccessor.SetProperty(" http://schemas.microsoft.com/mapi/id/ {00062008-0000-0000-C000- 000000000046}/8582000B", false) 在 ItemSend 期间,就像原始发布者所建议的那样,然后我了解 UserProperties 不会随消息一起发送,这对我来说很好,但是在重新访问消息时它们仍然可用已发送邮件文件夹?Eugene Astafiev 建议使用 .SetProperty 调用是安全的,但他没有说明它是否会影响发送者端的消息发生的情况。
我个人偏好的解决方案是:a) 允许我发送项目,而无需以任何方式强制 Outlook 以任何特定格式发送消息,并且 b) 能够继续访问用户收件箱中的属性我们总是通过 MailItem 的 UserProperties,但我知道我可能在这里要求一些不可能的事情。
email - 识别 MailBee 中的 TNEF 附件
问:我正在使用 MailBee 获取 winmail.data(TNEF) 中的附件,但我有其他几个内容类型为 application/octet-stream 的文件,我不想将此类型保存为附件。
目前,我的解决方案是使用内容类型来判断。
我不想使用内容类型来识别它,那么还有其他可行的解决方案吗?提前致谢。
c# - Outlook 无法显示从 Exchange 传输代理导出的 TNEF 电子邮件正文
我正在通过 Exchange 2016 传输代理导出电子邮件并将它们保存到磁盘。Outlook 成功打开所有电子邮件,解析标题,但 ts 无法显示从 Outlook 客户端发送的邮件正文。类型是:
其他类型(MIME 等)都可以。导出的消息确实包含正文。我能够将其转换为 .msg 并且在此操作后一切正常。为什么会这样?
邮件导出方式:
我已经尝试过使用各种传输管道事件(https://technet.microsoft.com/en-us/library/bb125012(v=exchg.150).aspx)。这个问题在不同的论坛上被问过,但没有真正的答案。如果您愿意,我将提供一个电子邮件示例。
outlook - 如何在 Gmail 中阅读富文本电子邮件
我正在尝试从 Outlook 接收富文本格式的电子邮件到我的 gmail(tnef 格式)。Gmail 正在转换这些电子邮件。如果有人知道这一点,请发表评论或回答。我需要在 gmail 中查看这些电子邮件。