Documentation

UpdateDelegateType extends BaseDelegateType
in package

Defines a request to update delegates in a mailbox.

Table of Contents

Properties

$DelegateUsers  : ArrayOfDelegateUserType
Contains an array of DelegateUser elements that identify the delegates and the updates to apply to the delegates.
$DeliverMeetingRequests  : string
Defines how meeting requests are handled between the delegate and the principal.
$Mailbox  : EmailAddressType
Identifies 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

$DelegateUsers

Contains an array of DelegateUser elements that identify the delegates and the updates to apply to the delegates.

public ArrayOfDelegateUserType $DelegateUsers
Tags
since

Exchange 2007 SP1

$DeliverMeetingRequests

Defines how meeting requests are handled between the delegate and the principal.

public string $DeliverMeetingRequests
Tags
since

Exchange 2007 SP1

see
DeliverMeetingRequestsType

$Mailbox

Identifies the principal's mailbox.

public EmailAddressType $Mailbox
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