I am developing an Android application which sends emails using Intent.ACTION_SEND. I am sending EXTRA_EMAIL, EXTRA_CC, EXTRA_BCC, EXTRA_SUBJECT along with it. My problem with Lotus noted is that, the above mentioned parameters are not getting populated in Lotus Notes while other email clients are working fine.
I am aware that in the Android developers site, it clearly states that
"Optionally, you can set some standard extras for the intent: EXTRA_EMAIL, EXTRA_CC, EXTRA_BCC, EXTRA_SUBJECT. If the receiving application is not designed to use them, it simply ignores them."
But there is nothing I can find to prove that Lotus Notes Traveler is one of such kind.
It will be nice if anyone can provide solution...
Thanks in advance,
Heyjii