AppType
extends Type
in package
Defines information about an XML manifest file for a mail app that is installed in a mailbox.
Table of Contents
Properties
- $Manifest : string
- Contains the base64-encoded app manifest file.
- $Metadata : AppMetadata
- Contains metadata about the mail app.
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
$Manifest
Contains the base64-encoded app manifest file.
public
string
$Manifest
Tags
$Metadata
Contains metadata about the mail app.
public
AppMetadata
$Metadata
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