ExchangeService.SetClientExtension Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the client extension data. This method is used in server-to-server calls to install, uninstall, or configure organization extensions to support the administrator's management of organization extensions via Windows PowerShell or the Exchange Unified Management Console (UMC). The SetClientExtension(List<SetClientExtensionAction>) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public:
void SetClientExtension(System::Collections::Generic::List<Microsoft::Exchange::WebServices::Data::SetClientExtensionAction ^> ^ actions);
public void SetClientExtension (System.Collections.Generic.List<Microsoft.Exchange.WebServices.Data.SetClientExtensionAction> actions);
Public Sub SetClientExtension (actions As List(Of SetClientExtensionAction))
Parameters
- actions
- List<SetClientExtensionAction>
A collection of actions applied to client extensions.