Save email data on case.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMail
Assembly: Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public Record SaveEmailOnCase( ODataService ctx, DataServiceCollection<Record> recordsCollection, File file, SaveMailEmail emailData )
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 email. - emailData
- Type: Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMailSaveMailEmail
Email data.
Return Value
Type: RecordRecord saved on case.
See Also