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

microsoft.exchange.webservices.data.Sensitivity 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="Sensitivity.java" company="Microsoft"
 *     Copyright (c) Microsoft Corporation.  All rights reserved.
 * 
 * Defines the Sensitivity.java.
 **************************************************************************/
package microsoft.exchange.webservices.data;

/**
 * Defines the sensitivity of an item.
 */
public enum Sensitivity {

	// The item has a normal sensitivity.
	/** The Normal. */
	Normal,

	// The item is personal.
	/** The Personal. */
	Personal,

	// The item is private.
	/** The Private. */
	Private,

	// The item is confidential.
	/** The Confidential. */
	Confidential

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy