Click or drag to resize

SaveMailLogicAddDocumentParties Method

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

Parameters

contacts  IEnumerableContact
Contacts to save as parties.
role  String
Record role of the parties.
record  Record
Record instance.
See Also