Action (SetClientExtensionActionType)
The Action element contains the action that the Exchange server should take on an app.
XML
<Action ActionId="" ExtensionId="">
<ClientExtension/>
</Action>
SetClientExtensionActionType
The following sections describe attributes, child elements, and parent elements.
Attribute | Description |
---|---|
ActionId |
Specifies the identifier of the action. This attribute is required. |
ExtensionId |
Specifies the identifier of the extension. This attribute is optional. |
Value | Description |
---|---|
Configure |
Indicates a configuration action. |
Install |
Indicates an installation action. |
Uninstall |
Indicates an uninstallation action. |
Element | Description |
---|---|
ClientExtension |
Contains user and configuration information about an app. |
Element | Description |
---|---|
Actions (ArrayOfSetClientExtensionActionsType) |
Specifies an array of Action elements. |
This element was introduced in Exchange Server 2013.
The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services.
Element | Example |
---|---|
Namespace |
http://schemas.microsoft.com/exchange/services/2006/types |
Schema Name |
Type schema |
Validation File |
types.xsd |
Can Be Empty |