SaveMailLogicAddDocumentParties Method

Scanjour Workflow4 Reference Manual
Adds parties to record 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 AddDocumentParties(
	IEnumerable<Contact> contacts,
	string role,
	Record record
)

Parameters

contacts
Type: System.Collections.GenericIEnumerableContact
Contacts to save as parties.
role
Type: SystemString
Record role of the parties.
record
Type: Record
Record instance.
See Also

Reference