EffectiveRightsType Class

Definition

The EffectiveRightsType class contains the client's rights based on the permission settings for the item or folder. This class was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).

public ref class EffectiveRightsType
public class EffectiveRightsType
Public Class EffectiveRightsType
Inheritance
EffectiveRightsType

Remarks

The EffectiveRightsType class is supported in the GetFolderResponseType, GetItemType, FindFolderType, FindItemType, SyncFolderHierarchyType, and SyncFolderItemsType response classes. The EffectiveRightsType class is exposed as a property in the AllProperties shape for folders and items.

The EffectiveRightsType class provides access to the same information that is provided in the PR_ACCESS MAPI property.

Constructors

EffectiveRightsType()

The EffectiveRightsType constructor initializes a new instance of the EffectiveRightsType class.

Properties

CreateAssociated

The CreateAssociated property gets or sets a Boolean value that indicates whether the client can create an associated contents table.

CreateContents

The CreateContents property gets or sets a Boolean value that indicates whether the client can create a contents table.

CreateHierarchy

The CreateHierarchy property gets or sets a Boolean value that indicates whether a client can create a hierarchy table.

Delete

The Delete property gets or sets a Boolean value that indicates whether a client can delete a folder or item.

Modify

The Modify property gets or sets a Boolean value that indicates whether a client can modify a folder or item.

Read

The Read property gets or sets a Boolean value that indicates whether a client can read a folder or item.

ViewPrivateItems
ViewPrivateItemsSpecified

Applies to