Page 1 of 1

file attachment to email

Posted: Fri Aug 08, 2014 9:01 pm
by Jellobus
Hi,

I tried so many times to attach picture files but I haven't succeed yet.

put image "abc" into pAttachment["data"]
put "image/jpeg" into pAttachment["type"]
put "abc" into pAttachment["name"]
mobileComposeUnicodeMail pSubject, pRecipient, empty, empty, pContents, pAttachment

Image "abc" is already imported to the stack. Something must be wrong here but can't find what it is :roll: ... please advice.

Thanks in advance!


Louis

Re: file attachment to email

Posted: Sun Aug 10, 2014 2:44 am
by Simon
Hi Louis,
Try the stack in this bug report (mobile email attachment 3 ways) it's all fixed.
http://quality.runrev.com/show_bug.cgi?id=11895

Simon

Re: file attachment to email

Posted: Tue Aug 12, 2014 1:01 am
by Jellobus
Thank you Simon. It works It works!!! :mrgreen: