View Single Post
  #2 (permalink)  
Old 01-14-2010, 03:03 AM
NicolasC92 NicolasC92 is offline
New Member
 
Posts: 4
Default

Eventually I found the answer.

With the GET_MSG_REQUEST I get the url REST of the concerned file. For this I have set the MailConstants.A_PART and the MailConstants.A_RAW attributes.
Then I get the content of the file (an inputstream) with this line :

Code:
ZMailbox.getRESTResource(urlREST);
I hope this post may interest some of you

Reply With Quote