﻿
/**
 * 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
}