Uses of Class
microsoft.exchange.webservices.data.PermissionScope

Uses of PermissionScope in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data that return PermissionScope
 PermissionScope FolderPermission.getDeleteItems()
          * Gets a value indicating if/how the user can delete existing items.
 PermissionScope FolderPermission.getEditItems()
          * Gets a value indicating if/how the user can edit existing items.
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.
 

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



Copyright © 2012. All Rights Reserved.