
microsoft.exchange.webservices.data.CredentialConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of exchange-ws-api Show documentation
Show all versions of exchange-ws-api Show documentation
The source came from http://archive.msdn.microsoft.com/ewsjavaapi
Support for Maven has been added.
package microsoft.exchange.webservices.data;
public interface CredentialConstants {
String URL = "https://10.155.21.99/ews/exchange.asmx";
String USERNAME = "administrator";
String DOMAIN = "corp.exchange.com";
String EMAIL_ID = "[email protected]";
String PASSWORD = "test@123";
String ATTENDEE_EMAIL_ID = "[email protected]";
String ATTENDEE_USERNAME = "rajendra";
String ATTENDEE_PASSWORD = "wipro@1234";
String PROXY_CRED_USERNAME = "ProxyUSERNAME";
String PROXY_CRED_PASSWORD = "ProxyPASSWORD";
String PROXY_CRED_DOMAIN = "ProxyDOMAIN";
String PROXY_HOST = "PROXYHOST";
int PROXY_PORT = 80;
String PATH = "C:\\Users\\rabanda\\Desktop\\sss.txt";
String COPYTOFILEPATH = "C:\\Users\\rabanda\\Desktop\\FileAttachmentTest.java";
String SMTPADDRESS_DISTRIBUTION_GROUP = "[email protected]";
String SMTPADDRESS_ROOM = "[email protected]";
int THREAD_SLEEP_MILLSEC = 5000;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy