ArrayOfAppsType
extends ArrayType
in package
Defines information about all the XML manifest files for apps installed in a mailbox.
Table of Contents
Properties
- $App : array<string|int, AppType>
- Contains information about an XML manifest file for a mail app that is installed in a 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
$App
Contains information about an XML manifest file for a mail app that is installed in a mailbox.
public
array<string|int, AppType>
$App
= 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