
microsoft.exchange.webservices.data.EWSConstants Maven / Gradle / Ivy
/**************************************************************************
* copyright file="EWSConstants.java" company="Microsoft"
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* Defines the EWSConstants.java.
**************************************************************************/
package microsoft.exchange.webservices.data;
/**
* Class that holds all constants.
*/
class EWSConstants {
/*
* Represents SRV record.
*/
/** The Constant SRVRECORD. */
public static final String SRVRECORD = "SRV";
/*
* Represents the name of the domain
*/
/** The Constant DOMAIN. */
public static final String DOMAIN = "domain";
/*
* Represents the domain server IP address
*/
/** The Constant DNSSERVERADDRESS. */
public static final String DNSSERVERADDRESS = "dnsServerAddress";
/*
* Represents the name of the properties file
*/
/** The Constant EWS_PROP_FILE. */
public static final String EWS_PROP_FILE = "ews.properties";
/** The Constant HTTP_SCHEME. */
public static final String HTTP_SCHEME = "http";
/** The Constant HTTPS_SCHEME. */
public static final String HTTPS_SCHEME = "https";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy