Hi everyone!

I need to upload contacts shared domain "midominio.com", use this code
(CSharp .Net):

ContactsService service = new ContactsService("Test");
service.setUserCredentials("[email protected]", "xxxxxxxxx");

ContactEntry newEntry = new ContactEntry();
newEntry.Title.Text = nombre;

EMail primaryEmail = new EMail(mail);
primaryEmail.Primary = true;
primaryEmail.Rel = ContactsRelationships.IsWork;
newEntry.Emails.Add(primaryEmail);

Uri feedUri = new Uri(ContactsQuery.CreateContactsUri
("midominio.com"));
ContactEntry createdEntry = (ContactEntry)service.Insert(feedUri,
newEntry);


But I see they are and not return error load. It may be problem of
delay?
How long should I wait for check?

Thanks.
     Patty.-

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Contacts API" 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://groups.google.com/group/google-contacts-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to