Hello
I am trying to create a signature for an existing Zimbra account. I am using the soap API with java (SoapProvisioning).
I have tried:
SoapProvisioning sp = new SoapProvisioning();
...
HashMap attrs = new HashMap();
attrs.put(SoapProvisioning.A_zimbraPrefMailSignatu reHTML, "<b>bla, bla, bla</b>");
sp.createSignature(account, "signature1", attrs);
and it does not work.
Where can I find an example or where is the documentation for this?
Thank you.


LinkBack URL
About LinkBacks

