I can not instantiate objects, especially ExchangeService from the EWS library with JavaObject.
I need to instantiate the class ExchangeService that is in the package package: microsoft.exchange.webservices.data.core;
the class name is: ExchangeService
then name of library is: ews-java-api-2.0.jar
someone can help me?
thank you
B4X:
Dim aExchangeService As JavaObject
aExchangeService.InitializeNewInstance("microsoft.exchange.webservices.ExchangeService", Null)
I need to instantiate the class ExchangeService that is in the package package: microsoft.exchange.webservices.data.core;
the class name is: ExchangeService
then name of library is: ews-java-api-2.0.jar
someone can help me?
thank you