Hi,
I would like to modify the zimbraAllowFromAddress within a Zimlet.
I retrieve the information with something like:
But how can I change it?Code:var soapDoc = AjxSoapDoc.create("GetInfoRequest", "urn:zimbraAccount"); var node = soapDoc.set("name", appCtxt._activeAccount.getEmail()); var result = appCtxt.getAppController().sendRequest({soapDoc: soapDoc});


LinkBack URL
About LinkBacks

