microsoft.exchange.webservices.data.ExchangeVersion Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of exchange-ws-api Show documentation
Show all versions of exchange-ws-api Show documentation
The source came from http://archive.msdn.microsoft.com/ewsjavaapi
Support for Maven has been added.
The newest version!
/**************************************************************************
* copyright file="ExchangeVersion.java" company="Microsoft"
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* Defines the ExchangeVersion.java.
**************************************************************************/
package microsoft.exchange.webservices.data;
/**
* Defines the each available Exchange release version.
*/
public enum ExchangeVersion {
// / Microsoft Exchange 2007, Service Pack 1
/** The Exchange2007_ s p1. */
Exchange2007_SP1,
// / Microsoft Exchange 2010
/** The Exchange2010. */
Exchange2010,
/// Microsoft Exchange 2010, Service Pack 1
/** Exchange2010_SP1. */
Exchange2010_SP1,
}