POP3或EWS不是我的选择。我能做什么?
我读了评论sugesting一个SMTP重定向,但我需要在BizTalk Server上安装一个邮件客户端:
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.
2012-02-16
Juan