SaveMailLogicAddCaseParties Method

Scanjour Workflow4 Reference Manual
Adds parties to case in the specified role.

Namespace:  Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMail
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public void AddCaseParties(
	IEnumerable<Contact> contacts,
	string role,
	File file
)

Parameters

contacts
Type: System.Collections.GenericIEnumerableContact
Contacts to save as parties.
role
Type: SystemString
Case role of the parties.
file
Type: File
Case instance.
See Also

Reference