Click or drag to resize

SaveMailLogicSetRecipientAddress Method

Sets recipient's address on record.

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 SetRecipientAddress(
	ODataService ctx,
	Record record
)

Parameters

ctx  ODataService
ODataService context.
record  Record
Record instance.
See Also