0

Here is the setup: I plan to stand up an instance of Exchange Server so that I can integrate an existing Ruby on Rails app with it for a proof of concept project. I'm looking to allow users of the Ruby on Rails app to see when a different user is available via the app (not via Outlook).

Here is what I want to know: 1. MSDN with Exchange is really expensive and so is Exchange Server. Is there an option that exists to use Exchange Server as a developer or under lab conditions that is inexpensive? 2. Is there a hosted instance of exchange or host of exchange that I could work with that my Ruby on Rails application could interface with via a web service or API?
3. I would really like to be able to do more than just pull availability, but that is all that is needed. 4. Would it make sense to buy an older version of Exchange (e.g. 5.5, 2003, 2007) instead of Exchange 2010 and just use that? It sounds like no.

Any suggested reading would be a plus.

2 Answers2

0

Have you looked at Office 365? At $4/user/month it is very reasonable. Do you have a friend that has Exchange at work?

George
  • 238
  • 1
  • 4
  • 14
0

You definetely wan the latest version, the APIs have changed quite a bit.

Few options for you:

  1. A technet subscription would be inexpensive
  2. An Action Pack if you're a partner would also be inexpensive
  3. You can actually just download the latest Exchange Service Pack (2) from download.microsoft.com and install it. It's the whole product. You will get a perfectly functional Exchange 2010 standard edition server. It will nag you about a key every time you open the console, but, it never actually expires.
Brian Desmond
  • 4,393
  • 1
  • 10
  • 11