【发布时间】: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