Hi,
When I call the following:
var client = EWSClient.GetEWSClient(“https://outlook.office365.com/ews/exchange.asmx”, credential);
I get the following exception:
System.InvalidOperationException : WebServiceBindingAttribute is required on proxy class
This has only started happening with version 20.1.0, not with 19.12.0
Full exception is:
System.InvalidOperationException : WebServiceBindingAttribute is required on proxy class ’ '.
at …ctor( )
at .(String )
at …ctor()
at Aspose.Email.Clients.Exchange.WebService.Schema_2016.ExchangeServiceBindingBase…ctor()
at Aspose.Email.Clients.Exchange.WebService.EWSClient.GetEWSClient(String mailboxUri, ICredentials credentials, WebProxy proxy)
Any ideas?
Thanks