Reputation: 3264
I am implementing one application related to mailing sever.
As for my requirment,i want to get information about mail,
No of sent mails and received mails from mobile.
Is it possible to get mail information.
If any one know the solution please help me.
Thanks in advance.
Upvotes: 1
Views: 269
Reputation: 13541
There is no standard API for Mail, but if read the android source code (the version you're interested in) then you can figure it out.
Upvotes: 1