Documentation

CalendarPermissionType extends BasePermissionType
in package

Defines the access that a user has to a Calendar folder.

Table of Contents

Properties

$CalendarPermissionLevel  : string
Represents the permission level that a user has on a Calendar folder.
$CanCreateItems  : bool
Indicates whether a user has permission to create items in a folder.
$CanCreateSubFolders  : bool
Indicates whether a user has permission to create subfolders in a folder.
$DeleteItems  : string
Indicates whether a user has permission to delete items in a folder.
$EditItems  : string
Indicates whether a user has permission to edit items in a folder.
$IsFolderContact  : bool
Indicates whether a user is a contact for a folder.
$IsFolderOwner  : bool
Indicates whether a user is the owner of a folder.
$IsFolderVisible  : bool
Indicates whether a user can view a folder.
$ReadItems  : string
Indicates whether a user has permission to read items within a folder.
$UserId  : UserIdType
Identifies a delegate user or a user who has folders access permissions.

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

$CalendarPermissionLevel

Represents the permission level that a user has on a Calendar folder.

public string $CalendarPermissionLevel
Tags
since

Exchange 2007 SP1

see
CalendarPermissionLevelType

$CanCreateItems

Indicates whether a user has permission to create items in a folder.

public bool $CanCreateItems
Tags
since

Exchange 2007 SP1

$CanCreateSubFolders

Indicates whether a user has permission to create subfolders in a folder.

public bool $CanCreateSubFolders
Tags
since

Exchange 2007 SP1

$DeleteItems

Indicates whether a user has permission to delete items in a folder.

public string $DeleteItems
Tags
since

Exchange 2007 SP1

see
PermissionActionType

$EditItems

Indicates whether a user has permission to edit items in a folder.

public string $EditItems
Tags
since

Exchange 2007 SP1

see
PermissionActionType

$IsFolderContact

Indicates whether a user is a contact for a folder.

public bool $IsFolderContact
Tags
since

Exchange 2007 SP1

$IsFolderOwner

Indicates whether a user is the owner of a folder.

public bool $IsFolderOwner
Tags
since

Exchange 2007 SP1

$IsFolderVisible

Indicates whether a user can view a folder.

public bool $IsFolderVisible
Tags
since

Exchange 2007 SP1

$ReadItems

Indicates whether a user has permission to read items within a folder.

public string $ReadItems
Tags
since

Exchange 2007 SP1

see
CalendarPermissionReadAccessType

$UserId

Identifies a delegate user or a user who has folders access permissions.

public UserIdType $UserId
Tags
since

Exchange 2007 SP1

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