Uses of Class
microsoft.exchange.webservices.data.core.enumeration.permission.PermissionScope
-
Packages that use PermissionScope Package Description 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 Modifier and Type Method Description static PermissionScopePermissionScope. 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 Modifier and Type Method Description PermissionScopeFolderPermission. getDeleteItems()Gets a value indicating if/how the user can delete existing item.PermissionScopeFolderPermission. 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 Modifier and Type Method Description voidFolderPermission. setDeleteItems(PermissionScope value)Sets the delete item.voidFolderPermission. setEditItems(PermissionScope value)Sets the edits the item.
-