Expand Minimize
This topic has not yet been rated - Rate this topic

ExchangeService.SetClientExtension method

EWS Managed API

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.

Namespace:  Microsoft.Exchange.WebServices.Data
Assembly:  Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
public void SetClientExtension(
	List<SetClientExtensionAction> actions
)

Parameters

actions
Type: System.Collections.Generic.List<SetClientExtensionAction>
A collection of actions applied to client extensions.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.