【问题标题】:Receive email from an Exchange server in Biztalk (no POP3)在 Biztalk 中接收来自 Exchange 服务器的电子邮件(无 POP3)
【发布时间】:2012-02-16 14:17:44
【问题描述】:

我希望 Biztalk 有一个默认的 Exchange 适配器,但它没有。

然后我希望找到一个可购买的适配器,there was one but it disappeard... 我用谷歌搜索并最终找到了这个 Receive email from an Exchange server in Biztalk w/o using POP3 or IMAP

POP3 或 EWS 不适合我。我能做什么?

我阅读了一条建议使用 SMTP 重定向的评论,但我需要在 Biztalk 服务器上安装一个邮件客户端:

     A while ago we ended up installing the SMTP adapter on the BizTalk Server and having 
the exchange server forward the emails to the biztalk server via SMTP, 
    then BizTalk picked up the msg files from the SMTP folders and then we used the mime 
decoder component in a pipeline (plus this trick here 
http://connectedthoughts.wordpress.com/2009/08/12/receiving-mime-encoded-email-files-and-a-hidden-pop3-context-property/) 
to read the emails.

【问题讨论】:

    标签: email smtp exchange-server biztalk


    【解决方案1】:

    如果您关心高可用性,那么将 SMTP 重定向到您在其中一个 BizTalk 服务器上安装的东西是 IMO 一个丑陋的解决方案。我可能错了,但我不想这样做?

    在您链接到的线程中,被投票支持的 Exchange Webservice 界面选项怎么样?你有权这样做吗?

    在 Exchangeserver 中查询“FindItem

    【讨论】:

    • +1 您还需要一个定期轮询 Exchange Web 服务的策略 - 这些在此处讨论 social.msdn.microsoft.com/forums/en-US/biztalkr2adapters/thread/…。还有用于触发消息的计划任务适配器biztalkscheduledtask.codeplex.com
    • 正如我所说,EWS(Exchange Web 服务)目前不是一个选项。我会再试一次,但你知道大公司...我使用调度器适配器,知道另一个应用程序,效果很好
    • Apols - 错过了 EWS 排除。哪个留下 IMAP(拉)和/或配置 BizTalk 以接受 SMTP(推)?
    猜你喜欢
    • 2010-12-03
    • 2023-03-07
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-12-06
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多