Transform Exchange specific email data into generic form.
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 SaveMailEmail GetEmailData( SaveMailSetup setup, List<SaveMailDocument> attachments )
Parameters
- setup
- Type: Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMailSaveMailSetup
SaveMail setup used to fill in some email data. - attachments
- Type: System.Collections.GenericListSaveMailDocument
Attachments collection that should be read before loading email if it is intended to remove attachments from original Exchange email.
Return Value
Type: SaveMailEmailEmail data.
See Also