UserConfigurationDictionary.CreateFromJsonCollection 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.
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.