[android-developers] Re: Accessing Email Addresses

2010-03-23 Thread grace
try using the class ContactsContract.Data for your purpose. u can refer http://developer.android.com/reference/android/provider/ContactsContract.Data.html from android site. On Mar 17, 6:40 pm, Maxood maqs...@salsoft.net wrote: I have the following code through which i am able to retrieve

[android-developers] Re: accessing email ,location and other information from contacts

2009-12-09 Thread vidya
Thanks a lot for your help On Dec 4, 11:42 pm, Dmitri Plotnikov dplotni...@google.com wrote: Hi Vidya, There is some documentation on the subject you can find here: http://developer.android.com/reference/android/provider/ContactsContr... Cheers, - Dmitri On Thu, Dec 3, 2009 at 8:30 PM,

[android-developers] Re: Accessing email

2009-01-11 Thread Casey Link
On Thu, Dec 11, 2008 at 7:50 AM, Nathan Ekstrom nat...@whiteboxdev.com wrote: I'm writing an application that provides status information. The status updates come through email so I need to get the status emails and parse them to figure out what the current status is. Hello, Did you ever

[android-developers] Re: Accessing email

2008-12-11 Thread Nathan Ekstrom
I'm writing an application that provides status information. The status updates come through email so I need to get the status emails and parse them to figure out what the current status is. On Wed, Dec 10, 2008 at 11:03 PM, Andrew Stadler [EMAIL PROTECTED] wrote: Not at present. Gmail is

[android-developers] Re: Accessing email

2008-12-10 Thread Andrew Stadler
Not at present. Gmail is not open source, although Email is; It might be helpful if you can explain what you're trying to do, and the community may be able to suggest alternative implementations for you. On Wed, Dec 10, 2008 at 2:31 PM, Nathan Ekstrom [EMAIL PROTECTED] wrote: Is there a