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
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