Click or drag to resize

ServiceFunctionsAddcontacts Method

Add a contact to a contact array

Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static Contact[] Addcontacts(
	Contact[] contacts,
	Contact contact,
	bool InFront = false
)

Parameters

contacts  Contact
The contact list.
contact  Contact
The contact to add.
InFront  Boolean  (Optional)
Add the contact as first contact

Return Value

Contact
THe new contact list.
See Also