Hi All
There are a tonne of questions already on mailto: but I couldn't see any specific to this issue, so hopefully this is not a duplicate post
I'm sure this has been working correctly the last few months but perhaps I never noticed - the below code should launch an email to the selected gallery item and CC purchases2@mycompany.com
If(MobilePOLogTable.Selected.Supplier = "Bloggs Hotels",
Launch("mailto:keyaccountsuk@bloggshotels.com?cc=purchases2@mycompany.com",
"subject", "Reservation Request - Corp account ref 123456",
"body", "FAO: Reservations" & Char(10) & Char(10) &
"Please can I book the following:" & Char(10) & Char(10) &.....But the CC address does not populate in android Outlook?
Everything else works correctly. The 'To' address, the body of the email, all fine.
It's jusy the CC address that's missing?
I have also tested in gmail mobile, and Outlook 2010 desktop, both work as expected and have the CC address when mailto is launched
I am hoping one of you clever souls can help, as I am totally lost on this one
Any advice appreciated
Vicky