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

Uses of DelegateFolderPermissionLevel in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data 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.
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.
 

Methods in microsoft.exchange.webservices.data 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. All Rights Reserved.