EffectiveRights

The EffectiveRights element contains the client's rights based on the permission settings for the item or folder. This element is read-only.

<EffectiveRights>
   <CreateAssociated/>
   <CreateContents/>
   <CreateHierarchy/>
   <Delete/>
   <Modify/>
   <Read/>
   <ViewPrivateItems/>
</EffectiveRights>

EffectiveRightsType

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

Element Description
CreateAssociated
Indicates whether a client can create an associated contents table. This property is only used on folder objects.
CreateContents
Indicates whether a client can create a contents table. This property is only used on folder objects.
CreateHierarchy
Indicates whether a client can create a hierarchy table. This property is only used on folder objects.
Delete
Indicates whether a client can delete a folder or item.
Modify
Indicates whether a client can modify a folder or item.
Read
Indicates whether a client can read a folder or item.
ViewPrivateItems
Indicates whether a private item can be viewed.

Parent elements

Element Description
Folder
Represents a folder in a mailbox.
TasksFolder
Represents a tasks folder in a mailbox.
ContactsFolder
Represents a contacts folder in a mailbox.
CalendarFolder
Represents a calendar folder in a mailbox.
SearchFolder
Represents a search folder in a mailbox.
CalendarItem
Represents an Exchange calendar item.
Contact
Represents an Exchange contact item.
DistributionList
Represents a distribution list.
Item
Represents a generic Exchange item.
MeetingCancellation
Represents a meeting cancellation in the Exchange store.
MeetingMessage
Represents a meeting in the Exchange store.
MeetingRequest
Represents a meeting request in the Exchange store.
MeetingResponse
Represents a meeting response in the Exchange store.
Message
Represents an Exchange e-mail message.
Task
Represents a task in the Exchange store.
PostItem
Represents a post item in the Exchange store.

Text value

None.

Remarks

EffectiveRights is supported in the GetFolder, GetItem, FindFolder, FindItem, SyncFolderHierarchy, and SyncFolderItems responses. The EffectiveRights property is exposed in the AllProperties shape for folders and items.

This EffectiveRights property provides access to the same information that is provided in the PR_ACCESS MAPI property.

The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services.

Element information

Element Example
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema Name
Types schema
Validation File
Types.xsd
Can be Empty
False

See also