Documentation

DelegatePermissionsType extends Type
in package

Contains the delegate permission-level settings for a user.

Table of Contents

Properties

$CalendarFolderPermissionLevel  : string
Contains the permissions for the default Calendar folder.
$ContactsFolderPermissionLevel  : string
Contains the permissions for the default Contacts folder.
$InboxFolderPermissionLevel  : string
Contains the permissions for the default Inbox folder.
$JournalFolderPermissionLevel  : string
Contains the permissions for the default Journal folder.
$NotesFolderPermissionLevel  : string
Contains the permissions for the default Notes folder.
$TasksFolderPermissionLevel  : string
Contains the permissions for the default Task folder.

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

$CalendarFolderPermissionLevel

Contains the permissions for the default Calendar folder.

public string $CalendarFolderPermissionLevel
Tags
since

Exchange 2007 SP1

see
DelegateFolderPermissionLevelType

$ContactsFolderPermissionLevel

Contains the permissions for the default Contacts folder.

public string $ContactsFolderPermissionLevel
Tags
since

Exchange 2007 SP1

see
DelegateFolderPermissionLevelType

$InboxFolderPermissionLevel

Contains the permissions for the default Inbox folder.

public string $InboxFolderPermissionLevel
Tags
since

Exchange 2007 SP1

see
DelegateFolderPermissionLevelType

$JournalFolderPermissionLevel

Contains the permissions for the default Journal folder.

public string $JournalFolderPermissionLevel
Tags
since

Exchange 2007 SP1

see
DelegateFolderPermissionLevelType

$NotesFolderPermissionLevel

Contains the permissions for the default Notes folder.

public string $NotesFolderPermissionLevel
Tags
since

Exchange 2007 SP1

see
DelegateFolderPermissionLevelType

$TasksFolderPermissionLevel

Contains the permissions for the default Task folder.

public string $TasksFolderPermissionLevel
Tags
since

Exchange 2007 SP1

see
DelegateFolderPermissionLevelType

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