ArrayOfFreeBusyResponse
extends ArrayType
in package
Represents the requested users' availability information and the response status.
Table of Contents
Properties
- $FreeBusyResponse : array<string|int, FreeBusyResponseType>
- Contains the free/busy information for a single mailbox user and the response status.
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
$FreeBusyResponse
Contains the free/busy information for a single mailbox user and the response status.
public
array<string|int, FreeBusyResponseType>
$FreeBusyResponse
= array()
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