attached file to Appointment I use the zimbra client java to create appointment:
private ZMailbox mbox;
.....
ZAppointmentResult resultat = this.mbox.createAppointment(ZFolder.ID_CALENDAR, null, message, invite, null);
I want to know how I can attach a file to appointment.
please I need realy the hylp. |