Documentation

PermissionLevelType extends Enumeration
in package

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

Table of Contents

Constants

AUTHOR  = 'Author'
Indicates that the user can create and read all items in the folder, and edit and delete only items that the user creates.
CONTRIBUTOR  = 'Contributor'
Indicates that the user can create items in the folder.
CUSTOM  = 'Custom'
Indicates that the user has custom access permissions on the folder.
EDITOR  = 'Editor'
Indicates that the user can create, read, edit, and delete all items in the folder.
NON_EDITING_AUTHOR  = 'NoneditingAuthor'
Indicates that the user can create and read all items in the folder, and delete only items that the user creates.
NONE  = 'None'
Indicates that the user has no permissions on the folder.
OWNER  = 'Owner'
Indicates that the user can create, read, edit, and delete all items in the folder, and create subfolders.
PUBLISHING_AUTHOR  = 'PublishingAuthor'
Indicates that the user can create and read all items in the folder, edit and delete only items that the user creates, and create subfolders.
PUBLISHING_EDITOR  = 'PublishingEditor'
Indicates that the user can create, read, edit, and delete all items in the folder, and create subfolders.
REVIEWER  = 'Reviewer'
Indicates that the user can read all items in the folder.

Properties

$_  : string
Element value.

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.
__toString()  : string
Returns the value of this enumeration as a string.

Constants

AUTHOR

Indicates that the user can create and read all items in the folder, and edit and delete only items that the user creates.

public string AUTHOR = 'Author'
Tags
since

Exchange 2007 SP1

CONTRIBUTOR

Indicates that the user can create items in the folder.

public string CONTRIBUTOR = 'Contributor'

The contents of the folder do not appear.

Tags
since

Exchange 2007 SP1

CUSTOM

Indicates that the user has custom access permissions on the folder.

public string CUSTOM = 'Custom'
Tags
since

Exchange 2007 SP1

EDITOR

Indicates that the user can create, read, edit, and delete all items in the folder.

public string EDITOR = 'Editor'
Tags
since

Exchange 2007 SP1

NON_EDITING_AUTHOR

Indicates that the user can create and read all items in the folder, and delete only items that the user creates.

public string NON_EDITING_AUTHOR = 'NoneditingAuthor'
Tags
since

Exchange 2007 SP1

NONE

Indicates that the user has no permissions on the folder.

public string NONE = 'None'
Tags
since

Exchange 2007 SP1

OWNER

Indicates that the user can create, read, edit, and delete all items in the folder, and create subfolders.

public string OWNER = 'Owner'

The user is both folder owner and folder contact.

Tags
since

Exchange 2007 SP1

PUBLISHING_AUTHOR

Indicates that the user can create and read all items in the folder, edit and delete only items that the user creates, and create subfolders.

public string PUBLISHING_AUTHOR = 'PublishingAuthor'
Tags
since

Exchange 2007 SP1

PUBLISHING_EDITOR

Indicates that the user can create, read, edit, and delete all items in the folder, and create subfolders.

public string PUBLISHING_EDITOR = 'PublishingEditor'
Tags
since

Exchange 2007 SP1

REVIEWER

Indicates that the user can read all items in the folder.

public string REVIEWER = 'Reviewer'
Tags
since

Exchange 2007 SP1

Properties

$_

Element value.

public string $_
Tags
deprecated
1.0.0

This property will be removed in a future release and should not be used. Instead, you should reference the constants implemented in the class directly.

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

__toString()

Returns the value of this enumeration as a string.

public __toString() : string

.

Tags
suppress

PhanDeprecatedProperty

Return values
string

        
On this page

Search results