Hi all,
 
If I add attachment like this:
 
Call call = new Call();
MimeBodyPart bp = new MimeBodyPart();
....
call.addBodyPart(bp);
 
call.invoke(......)
 
How can I access the MimeBodyPart on the server-side?
 
All the best,
ying
 
 
 

Reply via email to