ExchangeClient.DeleteContact

DeleteContact(Contact)

Deletes the contact.

public void DeleteContact(Contact contact)
ParameterTypeDescription
contactContactContact

See Also


DeleteContact(MapiContact)

Deletes the contact.

public void DeleteContact(MapiContact contact)
ParameterTypeDescription
contactMapiContactContact

See Also


DeleteContact(string)

Deletes the contact.

public void DeleteContact(string id)
ParameterTypeDescription
idStringThe contact identifier.

See Also