UNPKG

@jaricardodev/ews-javascript-api

Version:
16 lines (13 loc) 320 B
/** * Domain setting names. */ export enum DomainSettingName { /** * The external URL of the Exchange Web Services. */ ExternalEwsUrl = 0, /** * The version of the Exchange server hosting the URL of the Exchange Web Services. */ ExternalEwsVersion = 1 }