Click or drag to resize

SaveMailLogicSaveEmailOnCase Method

Save email data on case.

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 Record SaveEmailOnCase(
	ODataService ctx,
	DataServiceCollection<Record> recordsCollection,
	File file,
	SaveMailEmail emailData
)

Parameters

ctx  ODataService
ODataService context.
recordsCollection  DataServiceCollectionRecord
Record collection the new record should be tracked.
file  File
Case to save email.
emailData  SaveMailEmail
Email data.

Return Value

Record
Record saved on case.
See Also