views:

6

answers:

0

I'm looking at using ExchangeWebServiceMailBinding for pushing data to Windows Mobile devices in an upcoming project. I've run into two things that I cannot find in Google.

  1. How does the MailBinding on the server side act in different WCF hosting conditions (IIS hosted vs self hosted)? From the samples, I know it does poll the server from the examples I've seen, but I'm new enough to WCF to know how much the different hosting environments affect parts of the service. In short, do I need to do something specific when hosting a mail bound service in IIS?

  2. All examples (granted, there's roughly 2 unique ones) set up the transport in code, forgoing a configuration file. Is it possible to configure and use the mail transport like any of the other WCF Bindings (like httpBinding and such)?