Quote:
Originally Posted by dkarp We suggest using the ZMailbox.java class (and the rest of the com.zimbra.cs.zclient package) to manipulate contacts instead. |
Is not possible with SOAP?
If i write:
// Contact Update
LmcContactActionRequest caReq = new LmcContactActionRequest();
caReq.setSession(session);
caReq.setOp(ItemAction.OP_UPDATE);
caReq.setIDList(newID);
In this way i set an update operation on a specific contact id. But how can i set new contact's attributes and their values?
Thanks