ICS in Outlook being sent as a .msg file

扶醉桌前 提交于 2019-12-05 04:31:25

Do you add VCALENDAR as the main (and only) MIME part or as one of the attachments? There is a big difference.

This looks to be a problem with CDO on Windows Server 2008. Doing a trace of the network traffic on each server showed a huge difference in the message being passed.

It appears as if for some reason the AddAttachment method is not using the same MIME as in 2003. Manually adding the attachment and controlling the MIME will fix it.

It is possible that the TNEF data is missing from the email. If this is the case then the email would be rendered as plain text. You should check the TNEF settings to see if it beings stripped from emails.

Check in ESM to see if the option to remove TNEF is ON.

From MSDN:

In addition to the receiving client, it is not uncommon for a mail server to strip out TNEF information from mail messages as it delivers them. If a server option to remove TNEF is turned on, clients will always receive a plain text version of the message. Microsoft Exchange Server is an example of a mail server application that has the option to remove TNEF from messages.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!