All Downloads are FREE. Search and download functionalities are using the official Maven repository.

microsoft.exchange.webservices.data.ExchangeVersion Maven / Gradle / Ivy

Go to download

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,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy