Uses of Class
microsoft.exchange.webservices.data.core.enumeration.permission.folder.DelegateFolderPermissionLevel
-
Packages that use DelegateFolderPermissionLevel Package Description microsoft.exchange.webservices.data.core.enumeration.permission.folder microsoft.exchange.webservices.data.property.complex -
-
Uses of DelegateFolderPermissionLevel in microsoft.exchange.webservices.data.core.enumeration.permission.folder
Methods in microsoft.exchange.webservices.data.core.enumeration.permission.folder that return DelegateFolderPermissionLevel Modifier and Type Method Description static DelegateFolderPermissionLevelDelegateFolderPermissionLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static DelegateFolderPermissionLevel[]DelegateFolderPermissionLevel. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DelegateFolderPermissionLevel in microsoft.exchange.webservices.data.property.complex
Methods in microsoft.exchange.webservices.data.property.complex that return DelegateFolderPermissionLevel Modifier and Type Method Description DelegateFolderPermissionLevelDelegatePermissions. getCalendarFolderPermissionLevel()Gets the delegate user's permission on the principal's calendar.DelegateFolderPermissionLevelDelegatePermissions. getContactsFolderPermissionLevel()Gets the delegate user's permission on the principal's contacts folder.DelegateFolderPermissionLevelDelegatePermissions. getInboxFolderPermissionLevel()Gets the delegate user's permission on the principal's inbox.DelegateFolderPermissionLevelDelegatePermissions. getJournalFolderPermissionLevel()Gets the delegate user's permission on the principal's journal folder.DelegateFolderPermissionLevelDelegatePermissions. getNotesFolderPermissionLevel()Gets the delegate user's permission on the principal's notes folder.DelegateFolderPermissionLevelDelegatePermissions. getTasksFolderPermissionLevel()Gets the delegate user's permission on the principal's tasks folder.Methods in microsoft.exchange.webservices.data.property.complex with parameters of type DelegateFolderPermissionLevel Modifier and Type Method Description voidDelegatePermissions. setCalendarFolderPermissionLevel(DelegateFolderPermissionLevel value)sets the delegate user's permission on the principal's calendar.voidDelegatePermissions. setContactsFolderPermissionLevel(DelegateFolderPermissionLevel value)Sets the contacts folder permission level.voidDelegatePermissions. setInboxFolderPermissionLevel(DelegateFolderPermissionLevel value)Sets the inbox folder permission level.voidDelegatePermissions. setJournalFolderPermissionLevel(DelegateFolderPermissionLevel value)Sets the journal folder permission level.voidDelegatePermissions. setNotesFolderPermissionLevel(DelegateFolderPermissionLevel value)Sets the notes folder permission level.voidDelegatePermissions. setTasksFolderPermissionLevel(DelegateFolderPermissionLevel value)Sets the tasks folder permission level.
-