Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

How to support Exchange 2013 and office 365 Exchange about the API of EWS ? #349

@kervin521

Description

@kervin521

String url = "https://IP/EWS/Exchange.asmx";
String account = "*_**@.com";//
String password = "__";//
ExchangeCredentials credentials = new WebCredentials(account, password);
ExchangeService service = new ExchangeService(ExchangeVersion.Exchange2010);
service.setCredentials(credentials);
service.setTraceEnabled(true);
service.setUrl(new URI(url));//
service.setPreAuthenticate(true);
service.setTimeout(1060_1000);

the Exchange 2013 and office 365 Exchange?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions