PermissionType Class

The PermissionType class defines the access that a user has to a folder. This class was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).

Inheritance Hierarchy

System.Object
  ExchangeWebServices.BasePermissionType
    ExchangeWebServices.PermissionType

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class PermissionType _
    Inherits BasePermissionType
'Usage
Dim instance As PermissionType
[SerializableAttribute]
public class PermissionType : BasePermissionType

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.