Click or drag to resize

SaveMailLogicAddCaseParties Method

Adds parties to case in the specified role.

Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMail
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 void AddCaseParties(
	IEnumerable<Contact> contacts,
	string role,
	File file
)

Parameters

contacts  IEnumerableContact
Contacts to save as parties.
role  String
Case role of the parties.
file  File
Case instance.
See Also