This topic has not yet been rated - Rate this topic

UserConfigurationDictionary.UpdateFromJsonCollection method

EWS Managed API

Updates an existing configuration dictionary by using a collection of JavaScript Object Notation (JSON) objects.

The UpdateFromJsonCollection([], ExchangeService) 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 UpdateFromJsonCollection(
	Object[] jsonCollection,
	ExchangeService service
)

Parameters

jsonCollection
Type: []
The JSON collection.
service
Type: Microsoft.Exchange.WebServices.Data.ExchangeService
An Exchange service object.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.