Juan
Juan

Reputation: 588

Receive email from an Exchange server in Biztalk (no POP3)

I expected Biztalk to have a default Exchange adapter but it doesn't.

Then I expected to find a buyable adapter, there was one but it disappeard... I googled and end up finding this Receive email from an Exchange server in Biztalk w/o using POP3 or IMAP

POP3 or EWS are not an option for me. What could I do?

I read a comment sugesting a SMTP redirection, but I would need to install a mail client on the 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.

Upvotes: 1

Views: 2593

Answers (1)

LarsWA
LarsWA

Reputation: 621

The SMTP redirection to something you install on one of your BizTalk servers is IMO an ugly solution if if you care about high availability. I might be wrong, but I would not want to nlb that?

What about the option of the Exchange Webservice interface that were voted up, in the thread you linked to? Do you have access to do that?

Query the Exchangeserver for a "FindItem"

Upvotes: 1

Related Questions