Documentation

InstallAppType extends BaseRequestType
in package

Defines the request to install an app.

Table of Contents

Properties

$Manifest  : string
Contains the base64-encoded app manifest file.
$ManifestUrl  : string
Undocumented.
$MarketplaceAssetId  : string
The asset id of the addin in the marketplace
$MarketplaceContentMarket  : string
Undocumented.
$SendWelcomeEmail  : bool
Undocumented.

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
since

Exchange 2013

todo

Create a base64 class?

$ManifestUrl

Undocumented.

public string $ManifestUrl
Tags
since

Exchange 2016

todo

Update once documentation exists.

$MarketplaceAssetId

The asset id of the addin in the marketplace

public string $MarketplaceAssetId
Tags
since

Exchange 2016

$MarketplaceContentMarket

Undocumented.

public string $MarketplaceContentMarket
Tags
since

Exchange 2016

todo

Update once documentation exists.

$SendWelcomeEmail

Undocumented.

public bool $SendWelcomeEmail
Tags
since

Exchange 2016

todo

Update once documentation exists.

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