On my compaty account on Contacts tab, Organization group i can get
information on my c# application by API
ContactsRequest cr = new ContactsRequest(settings);
settings.AutoPaging = true;
settings.PageSize = 100;
Feed<Contact> f = cr.GetContacts();
int contactCount = 0;
int sucCount = 0;
int errorCount = 0;
foreach (Contact entry in f.Entries)
{
but i can get " Information from OrganizationName Directory "
In this information contain other emails, not display in entry.Emails
How to get "Information from OrganizationName Directory "?
--
You received this message because you are subscribed to the Google
Groups "Google Contacts, Shared Contacts and User Profiles APIs" group.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://code.google.com/apis/contacts/community/forum.html