
01-14-2010, 04:03 AM
|
| |
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  |