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
mobileComposeHtmlMail ? - solved
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
mobileComposeHtmlMail ? - solved
Last edited by DR White on Sat Feb 04, 2017 11:05 pm, edited 1 time in total.
Re: mobileComposeHtmlMail ?
Probably it is a bug, please test with last livecode 9.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w