Uses of Class
microsoft.exchange.webservices.data.core.enumeration.permission.folder.DelegateFolderPermissionLevel

Packages that use DelegateFolderPermissionLevel
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
static DelegateFolderPermissionLevel DelegateFolderPermissionLevel.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
 DelegateFolderPermissionLevel DelegatePermissions.getCalendarFolderPermissionLevel()
          Gets the delegate user's permission on the principal's calendar.
 DelegateFolderPermissionLevel DelegatePermissions.getContactsFolderPermissionLevel()
          Gets the delegate user's permission on the principal's contacts folder.
 DelegateFolderPermissionLevel DelegatePermissions.getInboxFolderPermissionLevel()
          Gets the delegate user's permission on the principal's inbox.
 DelegateFolderPermissionLevel DelegatePermissions.getJournalFolderPermissionLevel()
          Gets the delegate user's permission on the principal's journal folder.
 DelegateFolderPermissionLevel DelegatePermissions.getNotesFolderPermissionLevel()
          Gets the delegate user's permission on the principal's notes folder.
 DelegateFolderPermissionLevel DelegatePermissions.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
 void DelegatePermissions.setCalendarFolderPermissionLevel(DelegateFolderPermissionLevel value)
          sets the delegate user's permission on the principal's calendar.
 void DelegatePermissions.setContactsFolderPermissionLevel(DelegateFolderPermissionLevel value)
          Sets the contacts folder permission level.
 void DelegatePermissions.setInboxFolderPermissionLevel(DelegateFolderPermissionLevel value)
          Sets the inbox folder permission level.
 void DelegatePermissions.setJournalFolderPermissionLevel(DelegateFolderPermissionLevel value)
          Sets the journal folder permission level.
 void DelegatePermissions.setNotesFolderPermissionLevel(DelegateFolderPermissionLevel value)
          Sets the notes folder permission level.
 void DelegatePermissions.setTasksFolderPermissionLevel(DelegateFolderPermissionLevel value)
          Sets the tasks folder permission level.
 



Copyright © 2012–2015 Microsoft. All rights reserved.