Click or drag to resize

SaveMailLogicSaveEmailAndAttachmentsToArchive Method

Saves email and attachments to document stream archive.

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 void SaveEmailAndAttachmentsToArchive(
	ODataService ctx,
	SaveMailEmail emailData,
	bool convertEmlToMsg,
	bool saveAsHtml
)

Parameters

ctx  ODataService
ODataService context.
emailData  SaveMailEmail
Email data object.
convertEmlToMsg  Boolean
if true message and attachments are converted to msg format
saveAsHtml  Boolean
if true the message and attached messages are saved as html
See Also