Documentation

ArrayOfEncryptedSharedFolderDataType extends ArrayType
in package

Represents a collection of data structures that a client can use to authorize the sharing of its calendar or contact data with other clients.

Table of Contents

Properties

$EncryptedSharedFolderData  : array<string|int, EncryptedSharedFolderDataType>
Contains the encrypted data that a client can use to authorize the sharing of its calendar or contact data with other clients.

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

$EncryptedSharedFolderData

Contains the encrypted data that a client can use to authorize the sharing of its calendar or contact data with other clients.

public array<string|int, EncryptedSharedFolderDataType> $EncryptedSharedFolderData = array()
Tags
since

Exchange 2010

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