First let's create an ExchangeManager object, where the constructor will connect to the services for us. It also has a GetOofSettings method, which will return the OofSettings object for the specified email address :
using System;
using System.Web.Configuration;
using Microsoft.Exchange.WebServic...