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.

Autodiscover API enhancement request #458

@dconnelly

Description

@dconnelly

ExchangeService.autodiscoverUrl() works well enough to obtain the EWS endpoint URL, but has no option to return other information such as user display name, etc. It is possible to use the AutodiscoverService directly for obtaining this information in a single call, but there is some hairy logic in the private method ExchangeService.getEwsUrlFromResponse to extract the EWS URL from the response and this is unavailable when using AutodiscoverService directly. Also, the legacy fallback process for autodiscovery is part of ExchangeService.autodiscoverUrl() and not AutodiscoverService, so I guess it'd be nice if all of this could be moved to the AutodiscoverService class.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions