BasePermissionType Class
The BasePermissionType class is an abstract class that defines base permissions for items and folders.
Inheritance Hierarchy
System.Object
ExchangeWebServices.BasePermissionType
ExchangeWebServices.CalendarPermissionType
ExchangeWebServices.PermissionType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class BasePermissionType
'Usage
Dim instance As BasePermissionType
[SerializableAttribute]
public abstract class 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.
See Also