mobileComposeMail and Attaching Photos
Posted: Thu May 30, 2013 10:03 pm
Hi all,
I'm trying to send a picture as an attachment from my Android tablet (Galaxy Tab 2). On iOS I used the code
And it works fine. However, when I do the same thing on Android the picture is not attached to the email. I've also tried the command "mobileComposeHTMLMail" but the same thing happens. I can't find any documentation on mobileComposeMail that points me to a potential problem, so I'm at a loss here. Any ideas?
Thanks in advance,
Jacob
(Using LC 6.0.2 rc 1)
I'm trying to send a picture as an attachment from my Android tablet (Galaxy Tab 2). On iOS I used the code
Code: Select all
put the text of image "DataEntry" into tAttachment["data"]
put "image/png" into tAttachment["type"]
put (the date&the time) into tAttachment["name"]
mobileComposeMail "Gainseeker Collect Data Entry Picture",the cEmailAddress of me,,,"Picture taken by user EXAMPLE using Gainseeker Collect.",tAttachment
Thanks in advance,
Jacob
(Using LC 6.0.2 rc 1)