It's hard to imagine.
Is there another way to get attchment file by SOAP ? Not like manipulate with UI above.
Ex: we can get content mail and attach file of these mail by SOAP, because mail of Zimbra support MIME message format, but can't get content appointment and attach file of these appointment.
But Appointment :
<ns2:GetAppointmentResponse ns2:id="563">
<ns2:appt ns2:rev="514" ns2:s="4406" ns2:l="10" ns2:uid="4183dcdf-0b1f-4742-8a6f-6af7383e607c" ns2:d="1168769987000" ns2:id="563">
<ns2:inv ns2:compNum="0" ns2:seq="1" ns2:id="567">
<ns2:tz ns2:stdoff="420" ns2:id="(GMT+07.00) Bangkok / Hanoi / Jakarta" />
<ns2:replies />
<ns2:comp ns2:name="Meeting minutes" ns2:x_uid="4183dcdf-0b1f-4742-8a6f-6af7383e607c" ns2:rsvp="0" ns2:fba="B" ns2:isOrg="1" ns2:apptId="563" ns2:status="CONF" ns2:fb="B" ns2:loc="Meeting room 2" ns2:transp="O" ns2:type="event" ns2:compNum="0" ns2:seq="1">
<ns2:s ns2:tz="(GMT+07.00) Bangkok / Hanoi / Jakarta" ns2:d="20070114T130000" />
<ns2:e ns2:tz="(GMT+07.00) Bangkok / Hanoi / Jakarta" ns2:d="20070114T140000" />
<ns2

r ns2:url="minhlh@tdilx001.svl.ibm.com" />
<ns2:at ns2:role="REQ" ns2

tst="NE" ns2:url="minhlh@tdilx001.svl.ibm.com" ns2:d="minh le" />
</ns2:comp>
</ns2:inv>
</ns2:appt>
</ns2:GetAppointmentResponse>
How can I get appointment content(body appointment) and attach file of an Appointment ?
Is there Zimbra support MIME format in Appointment ?