Top "Exchange-server" questions

Questions about automation and APIs related to Microsoft's Enterprise level messaging server.

Set Distribution group notes

I'm trying to change the distribution group notes via powershell on a Exchange 2010 Server. This is the way how to …

powershell active-directory exchange-server exchange-server-2010
The Autodiscover service couldn't be located

I am using EWS Java API 1.1 to access an Exchange 2010 account as follows: ExchangeService service = new ExchangeService(); ExchangeCredentials credentials = new …

java exchange-server exchangewebservices ewsjavaapi
C# Exchange ActiveSync Client

Does anyone know of any good libraries for implementing the Exchange ActiveSync Protocol into a C# Application so that I …

c# client exchange-server activesync
How to do paging with Exchange Web Services CalendarView

If I do this: _calendar = (CalendarFolder)Folder.Bind(_service, WellKnownFolderName.Calendar); var findResults = _calendar.FindAppointments( new CalendarView(startDate.Date, endDate.…

exchange-server exchangewebservices
How to receive push notifications from my Gmail account?

I'd like to write an application which monitors a mailbox (ideally a Gmail mailbox). In brief, my question is how …

email gmail push-notification exchange-server