Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EwsAvailabilityProvider

import type { EwsAvailabilityProvider } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";

Describes an EWS based availability provider. This is only used as input to the service.

interface EwsAvailabilityProvider {
EwsEndpoint: string;
EwsPassword: string;
EwsUsername: string;
}

§Properties

§
EwsEndpoint: string
[src]

The endpoint of the remote EWS server.

§
EwsPassword: string
[src]

The password used to authenticate the remote EWS server.

§
EwsUsername: string
[src]

The username used to authenticate the remote EWS server.