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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.