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 10-08-2008, 04:10 AM
Intermediate Member
 
Posts: 16
Question [SOLVED] sigmature format

is there any way to set signature format as HTML format?

my code :
HashMap<String, String>prefsMode = new HashMap<String, String>();
prefsMode.put("zimbraPrefMailSignatureEnabled", "TRUE");
prefsMode.put("zimbraPrefMailSignature", "<b>hello</b>");
prefsMode.put("zimbraPrefMailSignatureStyle", "internet");
Reply With Quote
  #2 (permalink)  
Old 10-08-2008, 11:31 PM
Intermediate Member
 
Posts: 16
Default signature format

HashMap<String, String>prefsMode = new HashMap<String, String>();
prefsMode.put("zimbraPrefMailSignatureEnabled", "TRUE");
prefsMode.put("zimbraPrefMailSignatureHTML", "<b>text</b>
LmcModifyPrefsRequest mpReq = new LmcModifyPrefsRequest();
mpReq.setSession(session);
mpReq.setPrefMods(prefsMode);

sorry about last title

zimbraPrefMailSignatureHTML to set signature as HTML format
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.