Action (SetClientExtensionActionType)

The Action element contains the action that the Exchange server should take on an app.

<Action ActionId="" ExtensionId="">
   <ClientExtension/>
</Action>

SetClientExtensionActionType

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute Description
ActionId
Specifies the identifier of the action. This attribute is required.
ExtensionId
Specifies the identifier of the extension. This attribute is optional.

ActionId

Value Description
Configure
Indicates a configuration action.
Install
Indicates an installation action.
Uninstall
Indicates an uninstallation action.

Child elements

Element Description
ClientExtension
Contains user and configuration information about an app.

Parent elements

Element Description
Actions (ArrayOfSetClientExtensionActionsType)
Specifies an array of Action elements.

Remarks

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 information

Element Example
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema Name
Type schema
Validation File
types.xsd
Can Be Empty

See also