Uses of Class
microsoft.exchange.webservices.data.core.enumeration.permission.folder.FolderPermissionLevel
-
Packages that use FolderPermissionLevel Package Description 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 Modifier and Type Method Description static FolderPermissionLevelFolderPermissionLevel. 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 Modifier and Type Method Description FolderPermissionLevelFolderPermission. getDisplayPermissionLevel()Gets the permission level that Outlook would display for this folder permission.FolderPermissionLevelFolderPermission. getPermissionLevel()Gets the permission level.Methods in microsoft.exchange.webservices.data.property.complex with parameters of type FolderPermissionLevel Modifier and Type Method Description voidFolderPermission. setPermissionLevel(FolderPermissionLevel value)Sets the permission level.Constructors in microsoft.exchange.webservices.data.property.complex with parameters of type FolderPermissionLevel Constructor Description FolderPermission(String primarySmtpAddress, FolderPermissionLevel permissionLevel)Initializes a new instance of the FolderPermission class.FolderPermission(StandardUser standardUser, FolderPermissionLevel permissionLevel)Initializes a new instance of the FolderPermission class.FolderPermission(UserId userId, FolderPermissionLevel permissionLevel)Initializes a new instance of the FolderPermission class.
-