I have a User Interface where user can capture a image and make some comment.. after this user need to send a captured image via mail account(gmail, yahoo, MS outlook).. As user captures the image and press the save button the captured image should get attach to mail accounts attachment part. for eg. by selecting attachment tag of gmail it allows to attach file, image ...
Like wise In my case that attachment should be done from externally..
if user is already logged in to mail account, my application should directly open compose new mail of mail account with the captured image..!
if not logged in first it should ask for logging to mail account and once logged in compose mail with captured image attached should come..
Can i find any help.. Thanks in advance..