SaveMailLogicSaveAttachmentsOnCase Method |
Save attachments data on case.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMailAssembly: 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)
Syntaxpublic IEnumerable<Record> SaveAttachmentsOnCase(
ODataService ctx,
DataServiceCollection<Record> recordsCollection,
File file,
SaveMailEmail emailData,
Record primaryRecord,
string messageId = null
)
Public Function SaveAttachmentsOnCase (
ctx As ODataService,
recordsCollection As DataServiceCollection(Of Record),
file As File,
emailData As SaveMailEmail,
primaryRecord As Record,
Optional messageId As String = Nothing
) As IEnumerable(Of Record)
public:
IEnumerable<Record^>^ SaveAttachmentsOnCase(
ODataService^ ctx,
DataServiceCollection<Record^>^ recordsCollection,
File^ file,
SaveMailEmail^ emailData,
Record^ primaryRecord,
String^ messageId = nullptr
)
member SaveAttachmentsOnCase :
ctx : ODataService *
recordsCollection : DataServiceCollection<Record> *
file : File *
emailData : SaveMailEmail *
primaryRecord : Record *
?messageId : string
(* Defaults:
let _messageId = defaultArg messageId null
*)
-> IEnumerable<Record>
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
IEnumerableRecordRecords enumeration saved on case.
See Also