DelegateUserType
extends Type
in package
Identifies a single delegate to add or update in a mailbox or a delegate returned in a delegate management response.
Table of Contents
Properties
- $DelegatePermissions : DelegatePermissionsType
- Contains the delegate permission level settings.
- $ReceiveCopiesOfMeetingMessages : bool
- Indicates whether a delegate receives copies of meeting-related messages that are addressed to the principal.
- $UserId : UserIdType
- Identifies the delegate.
- $ViewPrivateItems : bool
- Indicates whether a delegate has permission to view private calendar items in the principal's mailbox.
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
$DelegatePermissions
Contains the delegate permission level settings.
public
DelegatePermissionsType
$DelegatePermissions
Tags
$ReceiveCopiesOfMeetingMessages
Indicates whether a delegate receives copies of meeting-related messages that are addressed to the principal.
public
bool
$ReceiveCopiesOfMeetingMessages
Tags
$UserId
Identifies the delegate.
public
UserIdType
$UserId
Tags
$ViewPrivateItems
Indicates whether a delegate has permission to view private calendar items in the principal's mailbox.
public
bool
$ViewPrivateItems
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