Dim Message As Email
Message.To.Add(main.EMAIL)
Message.Subject = "subj"
StartActivity(Message.GetIntent)
Did you run it on a real device? It seems like it doesn't find the mail client.gives the error:
android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.SEND_MULTIPLE typ=plain/text (has extras) }