I tried the following:
FinalEmailIntent=pm.GetApplicationIntent("com.google.android.gm") 'GMAIL
FinalEmailIntent.initialize("android.intent.extra.SENDTO", "mailto:" & Mailadr)
FinalEmailIntent.putExtra("android.intent.extra.SUBJECT",Message.Subject)
FinalEmailIntent.putExtra("android.intent.extra.TEXT",Message.Body)
StartActivity (FinalEmailIntent)
However, I will always be shown a selection of email apps, not just the app: GMAIL to send the email to.