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
$ContactsFolderPermissionLevel
Contains the permissions for the default Contacts folder.
public
string
$ContactsFolderPermissionLevel
Tags
$InboxFolderPermissionLevel
Contains the permissions for the default Inbox folder.
public
string
$InboxFolderPermissionLevel
Tags
$JournalFolderPermissionLevel
Contains the permissions for the default Journal folder.
public
string
$JournalFolderPermissionLevel
Tags
$NotesFolderPermissionLevel
Contains the permissions for the default Notes folder.
public
string
$NotesFolderPermissionLevel
Tags
$TasksFolderPermissionLevel
Contains the permissions for the default Task folder.
public
string
$TasksFolderPermissionLevel
Tags
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