Documentation

EffectiveRightsType extends Type
in package

Represents the client's rights based on the permission settings for an item or folder.

Table of Contents

Properties

$CreateAssociated  : bool
Indicates whether a client can create an associated contents table.
$CreateContents  : bool
Indicates whether a client can create a contents table.
$CreateHierarchy  : bool
Indicates whether a client can create a hierarchy table.
$Delete  : bool
Indicates whether a client can delete a folder or item.
$Modify  : bool
Indicates whether a client can modify a folder or item.
$Read  : bool
Indicates whether a client can read a folder or item.
$ViewPrivateItems  : bool
Indicates whether a private item can be viewed.

Methods

__clone()  : mixed
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

Properties

$CreateAssociated

Indicates whether a client can create an associated contents table.

public bool $CreateAssociated

This property is only used on folder objects.

Tags
since

Exchange 2007 SP1

$CreateContents

Indicates whether a client can create a contents table.

public bool $CreateContents

This property is only used on folder objects.

Tags
since

Exchange 2007 SP1

$CreateHierarchy

Indicates whether a client can create a hierarchy table.

public bool $CreateHierarchy

This property is only used on folder objects.

Tags
since

Exchange 2007 SP1

$Delete

Indicates whether a client can delete a folder or item.

public bool $Delete
Tags
since

Exchange 2007 SP1

$Modify

Indicates whether a client can modify a folder or item.

public bool $Modify
Tags
since

Exchange 2007 SP1

$Read

Indicates whether a client can read a folder or item.

public bool $Read
Tags
since

Exchange 2007 SP1

$ViewPrivateItems

Indicates whether a private item can be viewed.

public bool $ViewPrivateItems
Tags
since

Exchange 2010

Methods

__clone()

Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

public __clone() : mixed

        
On this page

Search results