tags:

views:

57

answers:

1

Hi Friends,

I am using intent for send email with attachment,it is work fine,i want to get this email intent result,i already used startActivityforResult(),but i can't get result for email intent,how can we use startActivityforResult() for Email intent?

Thanks All

+1  A: 

You can't, this is not part of the API. It returns once you have pressed send button even if it is not sent

fedj
@fedj,i want to delete attachment image in sdcard after sending email,how to perform this task,please give some tips for me...
sivaraj
I don't think there's any tip to do that, Email activities don't give any clue on when the e-mail was sent.
fedj
@ok fedj, i want to send email with attach image,that image did not stored in sdcard,how can i attach and send email to user?
sivaraj
@sivaraj, don't ask questions N times, you already posted this kind of question, so read answers ...
fedj