Alex
Alex

Reputation: 7612

Can Windows Phone 7 connect to an Exchange server to sync its contacts, calendar etc.?

Can Windows Phone 7 connect to an Exchange server that allows the phone to keep its contacts, calendar etc. in sync?

Thanks!

Upvotes: 2

Views: 1625

Answers (1)

indyfromoz
indyfromoz

Reputation: 3763

Yes, it can connect to an Exchange server and sync emails, contacts and calendar. If you are looking at doing this in your WP7 application, you will have write your own code to connect and sync various items. There is no API method or class that will help you build your WP7 application to sync items from an Exchange server. You will be able to use email or phone number chooser task to select items from your contacts. You may also send an email from your app. Currently, an app can't interact with the calendar.

HTH, indyfromoz

Upvotes: 3

Related Questions