public void FillProviderCreatedItem(Contact contact, ContactEntry c) { c.Title.Text = contact.GetFullName(this.Notation); foreach (Microsoft.Communications.Contacts.PhoneNumber phone in contact.PhoneNumbers) { Google.GData.Extensions.PhoneNumber p = new Google.GData.Extensions.PhoneNumber(); } }