I\'m using the following to initiate the sending of an email:
Intent i = new Intent(Intent.ACTION_SEND); i.setType(\"message/rfc882\"); i.putExtra(Intent.EX
It might not respond to message/rfc882 Intents. Try text/plain instead, if you can, as I'm pretty sure that works.
message/rfc882
Intents
text/plain