Uses of Class
microsoft.exchange.webservices.data.core.enumeration.permission.PermissionScope

Packages that use PermissionScope
microsoft.exchange.webservices.data.core.enumeration.permission   
microsoft.exchange.webservices.data.property.complex   
 

Uses of PermissionScope in microsoft.exchange.webservices.data.core.enumeration.permission
 

Methods in microsoft.exchange.webservices.data.core.enumeration.permission that return PermissionScope
static PermissionScope PermissionScope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PermissionScope[] PermissionScope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of PermissionScope in microsoft.exchange.webservices.data.property.complex
 

Methods in microsoft.exchange.webservices.data.property.complex that return PermissionScope
 PermissionScope FolderPermission.getDeleteItems()
          Gets a value indicating if/how the user can delete existing item.
 PermissionScope FolderPermission.getEditItems()
          Gets a value indicating if/how the user can edit existing item.
 

Methods in microsoft.exchange.webservices.data.property.complex with parameters of type PermissionScope
 void FolderPermission.setDeleteItems(PermissionScope value)
          Sets the delete item.
 void FolderPermission.setEditItems(PermissionScope value)
          Sets the edits the item.
 



Copyright © 2012–2015 Microsoft. All rights reserved.