Dim Message As Email
Message.To.Add(main.EMAIL)
Message.Subject = "subj"
StartActivity(Message.GetIntent)
gives the error:
android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.SEND_MULTIPLE typ=plain/text (has extras) }
?
gives the error:
android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.SEND_MULTIPLE typ=plain/text (has extras) }
The emulator does not support sending email. You can however use K9mail for Android which will allow sending email via the emulator.. At least it works using Java.