Home | History | Annotate | Download | only in exchange

Lines Matching refs:domain

557             // Split out the domain name
563 String domain = userName.substring(amp + 1);
571 // Try the domain first and see if we can get a response
572 HttpPost post = new HttpPost("https://" + domain + AUTO_DISCOVER_PAGE);
583 post.setURI(URI.create("https://autodiscover." + domain + AUTO_DISCOVER_PAGE));