// Deletes the Contact
// The EntityName indicates the
// EntityType of the Object being deleted.
service.Delete(EntityName.contact.ToString(),
myContact.contactid);
// Deletes the Contact
// The EntityName indicates the
// EntityType of the Object being deleted.
service.Delete(EntityName.contact.ToString(),
myContact.contactid);