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

Uses of FolderPermissionLevel in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data that return FolderPermissionLevel
 FolderPermissionLevel FolderPermission.getDisplayPermissionLevel()
          * Gets the permission level that Outlook would display for this folder permission.
 FolderPermissionLevel FolderPermission.getPermissionLevel()
          * Gets the permission level.
static FolderPermissionLevel FolderPermissionLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FolderPermissionLevel[] FolderPermissionLevel.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 FolderPermissionLevel
 void FolderPermission.setPermissionLevel(FolderPermissionLevel value)
          Sets the permission level.
 

Constructors in microsoft.exchange.webservices.data with parameters of type FolderPermissionLevel
FolderPermission(StandardUser standardUser, FolderPermissionLevel permissionLevel)
          * Initializes a new instance of the FolderPermission class.
FolderPermission(String primarySmtpAddress, FolderPermissionLevel permissionLevel)
          * Initializes a new instance of the FolderPermission class.
FolderPermission(UserId userId, FolderPermissionLevel permissionLevel)
          * Initializes a new instance of the FolderPermission class.
 



Copyright © 2012. All Rights Reserved.