EffectiveRights
Last modified: September 22, 2010
Applies to: Exchange Server 2007 | Exchange Server 2010
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 |
---|---|
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. |
|
Indicates whether a private item can be viewed. |
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. |
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 of the Client Access server.
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