Share via


PermissionType Members

Include Protected Members
Include Inherited Members

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).

The PermissionType type exposes the following members.

Constructors

  Name Description
Public method PermissionType The PermissionType constructor initializes a new instance of the PermissionType class.

Top

Properties

  Name Description
Public property CanCreateItems The CanCreateItems property gets or sets a Boolean value that specifies whether a client can create items in a folder. (Inherited from BasePermissionType.)
Public property CanCreateItemsSpecified The CanCreateItemsSpecified property gets or sets a Boolean value that specifies whether the CanCreateItems propert is serialized into the SOAP message. This property is required if the CanCreateItems property is specified. (Inherited from BasePermissionType.)
Public property CanCreateSubFolders The CanCreateSubFolders property gets or sets a Boolean value that specifies whether the client can create subfolders. (Inherited from BasePermissionType.)
Public property CanCreateSubFoldersSpecified The CanCreateSubFoldersSpecified property gets or sets a Boolean value that specifies whether the CanCreateSubFolders property is serialized into the SOAP message. This property is required if the CanCreateSubFolders property is specified. (Inherited from BasePermissionType.)
Public property DeleteItems The DeleteItems property gets or sets a value that specifies whether the client can delete items. (Inherited from BasePermissionType.)
Public property DeleteItemsSpecified The DeleteItemsSpecified property gets or sets a Boolean value that specifies whether the DeleteItems property is serialized into the SOAP message. This property is required if the DeleteItems property is specified. (Inherited from BasePermissionType.)
Public property EditItems The EditItems property gets or sets a value that specifies whether a client can edit items. (Inherited from BasePermissionType.)
Public property EditItemsSpecified The EditItemsSpecified property gets or sets a Boolean value that specifies whether the EditItems property is serialized into the SOAP message. This property is required if the EditItems property is specified. (Inherited from BasePermissionType.)
Public property IsFolderContact The IsFolderContact property gets or sets a Boolean value that specifies whether a user is a contact for a folder. (Inherited from BasePermissionType.)
Public property IsFolderContactSpecified The IsFolderContactSpecified property gets or sets a Boolean value that specifies whether the IsFolderContactSpecified property is serialized into the SOAP message. This property is required if the IsFolderContact property is specified. (Inherited from BasePermissionType.)
Public property IsFolderOwner The IsFolderOwner property gets or sets a Boolean value that specifies whether the user is the owner of a folder. (Inherited from BasePermissionType.)
Public property IsFolderOwnerSpecified The IsFolderOwnerSpecified property returns a Boolean value that specifies whether the IsFolderOwnerSpecified property is specified in the SOAP message. This property is required if the IsFolderOwner property is specified. (Inherited from BasePermissionType.)
Public property IsFolderVisible The IsFolderVisible property returns a Boolean value that specifies whether a user can view a folder. (Inherited from BasePermissionType.)
Public property IsFolderVisibleSpecified The IsFolderVisibleSpecified property returns a Boolean value that specifies whether the IsFolderVisible property is serialized into the SOAP message. This property is required if the IsFolderVisible property is specified. (Inherited from BasePermissionType.)
Public property PermissionLevel 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 ReadItems The ReadItems property gets or sets a value that indicates whether a user has permission to read items in a folder.
Public property ReadItemsSpecified The ReadItemsSpecified property gets or sets a Boolean value that specifies whether the ReadItems property is serialized into the SOAP message. This property is required if the ReadItems property is specified.
Public property UserId The UserId property identifies a user or a delegate user who has folder access permissions. (Inherited from BasePermissionType.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top