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

Packages that use FolderPermissionLevel
microsoft.exchange.webservices.data.core.enumeration.permission.folder   
microsoft.exchange.webservices.data.property.complex   
 

Uses of FolderPermissionLevel in microsoft.exchange.webservices.data.core.enumeration.permission.folder
 

Methods in microsoft.exchange.webservices.data.core.enumeration.permission.folder that return FolderPermissionLevel
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.
 

Uses of FolderPermissionLevel in microsoft.exchange.webservices.data.property.complex
 

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

Methods in microsoft.exchange.webservices.data.property.complex with parameters of type FolderPermissionLevel
 void FolderPermission.setPermissionLevel(FolderPermissionLevel value)
          Sets the permission level.
 

Constructors in microsoft.exchange.webservices.data.property.complex 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–2015 Microsoft. All rights reserved.