SaveMailLogicSaveAttachmentsOnCase Method

Scanjour Workflow4 Reference Manual
Save attachments data on case.

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

Parameters

ctx
Type: ODataService
ODataService context.
recordsCollection
Type: System.Data.Services.ClientDataServiceCollectionRecord
Record collection the new record should be tracked.
file
Type: File
Case to save attachments.
emailData
Type: Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMailSaveMailEmail
Email data containing attachments.
primaryRecord
Type: Record
Record to save attachments.

Return Value

Type: IEnumerableRecord
Records enumeration saved on case.
See Also

Reference