mobileComposeHtmlMail ? - solved
Posted: Fri Dec 16, 2016 2:58 pm
Why when I test the example below, the created email dialog window does not have "test@livecode.com" in the recipient address (I am using LC 8.2 RC2 and testing with iPhone 6)?
put "Hello World!" into tAttachment["data"]
put "text/plain" into tAttachment["type"]
put "Greetings.txt" into tAttachment["name"]
mobileComposeHtmlMail "Greetings", "test@livecode.com",,,, tAttachment
Thanks,
David
put "Hello World!" into tAttachment["data"]
put "text/plain" into tAttachment["type"]
put "Greetings.txt" into tAttachment["name"]
mobileComposeHtmlMail "Greetings", "test@livecode.com",,,, tAttachment
Thanks,
David