Click or drag to resize

SaveMailLogicSaveAttachmentsOnCase Method

Save attachments 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 IEnumerable<Record> SaveAttachmentsOnCase(
	ODataService ctx,
	DataServiceCollection<Record> recordsCollection,
	File file,
	SaveMailEmail emailData,
	Record primaryRecord,
	string messageId = null
)

Parameters

ctx  ODataService
ODataService context.
recordsCollection  DataServiceCollectionRecord
Record collection the new record should be tracked.
file  File
Case to save attachments.
emailData  SaveMailEmail
Email data containing attachments.
primaryRecord  Record
Record to save attachments.
messageId  String  (Optional)

[Missing <param name="messageId"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMail.SaveMailLogic.SaveAttachmentsOnCase(Scanjour.Process.OData.Client.Proxy.ODataService,System.Data.Services.Client.DataServiceCollection{Scanjour.Process.OData.Client.Proxy.Record},Scanjour.Process.OData.Client.Proxy.File,Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMail.SaveMailEmail,Scanjour.Process.OData.Client.Proxy.Record,System.String)"]

Return Value

IEnumerableRecord
Records enumeration saved on case.
See Also