PermissionType.PermissionLevel Property

Definition

The PermissionLevel property gets or sets the combination of permissions that a user has on a folder. This property was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).

public:
 property ExchangeWebServices::PermissionLevelType PermissionLevel { ExchangeWebServices::PermissionLevelType get(); void set(ExchangeWebServices::PermissionLevelType value); };
public ExchangeWebServices.PermissionLevelType PermissionLevel { get; set; }
Public Property PermissionLevel As PermissionLevelType

Property Value

The PermissionLevel property returns one of the PermissionLevelType enumeration values that indicate the permissions that a user has on a folder.

Applies to