06-20-2012 06:00 AM
Hi all, I need to integrate mail service in my application. My application should send the email, which has to attach a .pdf file (detailed report). PDF file is now at remote server.
Can anyone help me to understand how to send mail with pdf attachment in blackberry? If, it is feasible to implement then how would i go with this?
Below are the links, I have got from Blackberry knowledge base forum for sending mail in blackberry
How To - Create an attachment
06-22-2012 04:26 PM
Just follow the create an attachment sample. You'll need to change the mime type to application/pdf.
06-23-2012 01:03 AM
You can fetch the contact following the post
then create attchement and send email.
I am also using similar approach, yet to test my code ![]()
Hope this help you ![]()
Abhinav Tyagi
06-23-2012 05:54 AM