All Downloads are FREE. Search and download functionalities are using the official Maven repository.

microsoft.exchange.webservices.data.EWSConstants Maven / Gradle / Ivy

Go to download

The source came from http://archive.msdn.microsoft.com/ewsjavaapi Support for Maven has been added.

The newest version!
/**************************************************************************
 * 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 - 2024 Weber Informatics LLC | Privacy Policy