Delete a contact from all contact lists.
Namespace: CTCTAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public bool DeleteContactFromList( Contact contact, ContactList list )
Parameters
- contact
- Type: CTCT.Components.Contacts Contact
Contact object.
- list
- Type: CTCT.Components.Contacts ContactList
List object.
Return Value
Returns true if operation succeeded.Exceptions
Exception | Condition |
---|---|
CTCT.Exceptions IllegalArgumentException | IllegalArgumentException |
See Also