EffectiveRights
Topic Last Modified: 2007-10-26
The EffectiveRights element contains the client's rights based on the permission settings for the item or folder. This element is read-only. This element was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).
Syntax
<EffectiveRights>
<CreateAssociated/>
<CreateContents/>
<CreateHierarchy/>
<Delete/>
<Modify/>
<Read/>
</EffectiveRights>
Type
EffectiveRightsType
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
Element | Description |
---|---|
Indicates whether a client can create an associated contents table. This property is only used on folder objects. |
|
Indicates whether a client can create a contents table. This property is only used on folder objects. |
|
Indicates whether a client can create a hierarchy table. This property is only used on folder objects. |
|
Indicates whether a client can delete a folder or item. |
|
Indicates whether a client can modify a folder or item. |
|
Indicates whether a client can read a folder or item. |
Parent Elements
Element | Description |
---|---|
Represents a folder in a mailbox. |
|
Represents a tasks folder in a mailbox. |
|
Represents a contacts folder in a mailbox. |
|
Represents a calendar folder in a mailbox. |
|
Represents a search folder in a mailbox. |
|
Represents an Exchange calendar item. |
|
Represents an Exchange contact item. |
|
Represents a distribution list. |
|
Represents a generic Exchange item. |
|
Represents a meeting cancellation in the Exchange store. |
|
Represents a meeting in the Exchange store. |
|
Represents a meeting request in the Exchange store. |
|
Represents a meeting response in the Exchange store. |
|
Represents an Exchange e-mail message. |
|
Represents a task in the Exchange store. |
|
Represents a post item in the Exchange store. This element was introduced in Exchange 2007 SP1. |
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 EWS virtual directory of the computer that is running Microsoft Exchange Server 2007 that has the Client Access server role installed.
Element Information
Namespace |
https://schemas.microsoft.com/exchange/services/2006/types |
Schema Name |
Types schema |
Validation File |
Types.xsd |
Can be Empty |
False |
See Also
Other Resources
Exchange Web Services XML Elements
Setting Folder-Level Permissions (Exchange Web Services)