简体   繁体   English

如何配置Dynamics CRM 2011电子邮件路由器以删除已处理的电子邮件

[英]How to configure the Dynamics CRM 2011 Email Router to delete processed e-mails

Current Situation: 现在的情况:

I'm using an incoming e-mail configuration profile pointing to an ExchangeOnline server and using the Exchange web services (EWS). 我正在使用指向ExchangeOnline服务器的传入电子邮件配置配置文件,并使用Exchange Web服务(EWS)。 Incoming email is imported into CRM into a queue. 传入电子邮件被导入到CRM中的队列中。 All is configured well, the access test passes and the received emails get successfully into the CRM queue etc. So far so good. 一切都配置正确,访问测试通过,接收的电子邮件成功进入CRM队列等。到目前为止,一切都很好。

Question: 题:

I want the router to delete successfully processed emails from the Exchange mailbox. 我希望路由器从Exchange邮箱中删除成功处理的电子邮件。

What I already tried: 我已经尝试过的

The email router configuration tool doesn't show an option for this to configure in the GUI. 电子邮件路由器配置工具没有显示用于在GUI中进行配置的选项。 So I took a look at the 'Microsoft.Crm.Tools.EmailAgent.xml' file and found the <DeleteEmails>false</DeleteEmails> option. 因此,我看了看“ Microsoft.Crm.Tools.EmailAgent.xml”文件,发现了<DeleteEmails>false</DeleteEmails>选项。 Changing it's value to true should do the trick, I thought. 我认为,将其值更改为true应该可以解决问题。 But as soon as the email router does another run, my changed value is reverted back to false again. 但是,一旦电子邮件路由器再次运行,我更改的值将再次恢复为false I tried stopping the service and modify the XML again, but as soon as the service is restarted, again my change is undone. 我尝试停止该服务并再次修改XML,但是一旦重新启动该服务,我的更改就会再次被撤消。 How can I get this value to stay on true ? 我怎样才能获得这个价值以保持true I found one article on the internet mentioning almost the same problem with a the CRM 4 email router and a POP3 mailbox, but that was fixed in some rollup for CRM 4. But now I have the same issue on a CRM 2011 server. 我在互联网上找到一篇文章,提到CRM 4电子邮件路由器和POP3邮箱几乎存在相同的问题,但是在CRM 4的某些汇总中已解决此问题。但是现在,在CRM 2011服务器上也有相同的问题。

Any help is appreciated! 任何帮助表示赞赏!

According to this discussion thread on the Microsoft Dynamics CRM Community forum, it isn't possible. 根据Microsoft Dynamics CRM社区论坛上的讨论线程 ,这是不可能的。 Deleting e-mails after being processed by the email router only works for forward mailboxes. 由电子邮件路由器处理后删除电子邮件仅适用于转发邮箱。

CRM can delete emails from a mailbox if it is using forward mailbox. CRM可以使用正向邮箱从邮箱中删除电子邮件。 You can achieve this by setting rules in your mailboxes to forward emails to the forwarding mailbox and delete them from the original mailbox. 您可以通过在邮箱中设置规则以将电子邮件转发到转发邮箱并将其从原始邮箱中删除来实现。 CRM will then download and delete the emails from the forwarding mailbox. CRM将随后从转发邮箱中下载和删除电子邮件。

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

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