Https and Exchange 2010



Hi,

I have aspose version 4.1.
I try to connect to an Exchange server 2010 but i keep receiving the error
"Remote server returned error 404" Login timeout.

When i try to connect directly through your internet demo, i receive no errors.

What might be the issue?

Do I need a newer version of Aspose Network?

Regards,
Eleni

Hi Eleni,


Thanks for your inquiry.

Aspose.Network 4.7 and older releases can be used to connect to Exchange Server 2007 and previous versions. It contains ExchangeClient class that uses WebDAV protocol.

Aspose.Network 4.8 and newer releases can be used to connect to Exchange Server 2010, 2007 and previous versions. It contains new class ExchangeWebServiceClient that uses EWS.

Since, WebDAV is no longer supported in Exchange 2010, so the ExchangeWebServiceClient class must be used. You need to upgrade to v4.8 or newer.