S samperizal Active Member Licensed User Longtime User Jul 6, 2016 #1 Greetings. You can send a mail with this code html As intent1 Dim Intent intent1.Initialize ( " android.intent.action.SENDTO " , "mailto : example@outlook.com " ) intent1.putExtra ( " android.intent.extra.SUBJECT " , "This is the subject" ) intent1.putExtra ( " android.intent.extra.TEXT " , "This is the message body" ) intent1.WrapAsIntentChooser ( "Send feedback" ) StartActivity ( intent1 ) Thank you
Greetings. You can send a mail with this code html As intent1 Dim Intent intent1.Initialize ( " android.intent.action.SENDTO " , "mailto : example@outlook.com " ) intent1.putExtra ( " android.intent.extra.SUBJECT " , "This is the subject" ) intent1.putExtra ( " android.intent.extra.TEXT " , "This is the message body" ) intent1.WrapAsIntentChooser ( "Send feedback" ) StartActivity ( intent1 ) Thank you
S samperizal Active Member Licensed User Longtime User Jul 6, 2016 #2 The body of the mail is html Thank you Upvote 0
JakeBullet70 Well-Known Member Licensed User Longtime User Jul 23, 2016 #3 I get a 'no apps can perform this action' message. Upvote 0