Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Developers

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-27-2007, 04:43 AM
Member
 
Posts: 10
Default Domain Admin Mail via SOAP

How Can I get the domain administrator's mail ??

It is a domain attribute? How Can I get it? Which key?
This is my code:

Quote:
SoapProvisioning sp = this.login();
if (sp != null) {
try {
Map<String, Object> attrs = new HashMap<String, Object>();
attrs.put("description", description);
attrs.put("zimbraNotes", notes);
Domain dom = sp.createDomain(name, attrs);
log.info("New Domain created: " + dom.getName());
return dom.getName();
} catch (Exception e) {
e.printStackTrace();
log.error(e);
return null;
}
}

Last edited by liriarte; 01-17-2008 at 03:19 AM..
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.