Deletes all contacts in the list of addressKeys
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 22.1.0.0 (22.1.0.0)
Syntax
public static void DeleteContacts( ODataService ctx, IEnumerable<string> addressKeys )
Parameters
- ctx
- Type: ODataService
ODataService - addressKeys
- Type: System.Collections.GenericIEnumerableString
List og addressKeys of the contacts to delete
See Also