UserConfigurationDictionary.CreateFromJsonCollection Method

Definition

Creates the configuration dictionary from a collection of JavaScript Object Notation (JSON) objects. The CreateFromJsonCollection(Object[], ExchangeService) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 virtual void CreateFromJsonCollection(cli::array <System::Object ^> ^ jsonCollection, Microsoft::Exchange::WebServices::Data::ExchangeService ^ service);
public void CreateFromJsonCollection (object[] jsonCollection, Microsoft.Exchange.WebServices.Data.ExchangeService service);
Public Sub CreateFromJsonCollection (jsonCollection As Object(), service As ExchangeService)

Parameters

jsonCollection
Object[]

The JSON collection.

service
ExchangeService

An Exchange service object.

Implements

Microsoft.Exchange.WebServices.Data.IJsonCollectionDeserializer.CreateFromJsonCollection(System.Object[],Microsoft.Exchange.WebServices.Data.ExchangeService)

Applies to