/**
* Domain setting names.
*/exportenumDomainSettingName {
/**
* 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
}