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

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

Go to download

The source came from http://archive.msdn.microsoft.com/ewsjavaapi Support for Maven has been added.

There is a newer version: 1.1.5.2
Show newest version
/**************************************************************************
 * copyright file="PermissionScope.java" company="Microsoft"
 *     Copyright (c) Microsoft Corporation.  All rights reserved.
 * 
 * Defines the PermissionScope.java.
 **************************************************************************/
package microsoft.exchange.webservices.data;

/**
 * Defines the scope of a user's permission on a folders.
 */
public enum PermissionScope {

	// The user does not have the associated permission.
	/** The None. */
	None,

	// The user has the associated permission on items that it owns.
	/** The Owned. */
	Owned,

	// The user has the associated permission on all items.
	/** The All. */
	All

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy