Save information about the case the email is archived on.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess.WZFOIntegration
Assembly: Scanjour.Workflow4.ActivityLibrary_19.0.1.0 (in Scanjour.Workflow4.ActivityLibrary_19.0.1.0.dll) Version: 19.0.1.0 (19.0.1.0)
Syntax
public static void ArchiveEmail( EmailMessage emailMessage, string caseSystemKey, string caseNumber, string caseSummary, IEnumerable<string> documentKeys )
Parameters
- emailMessage
- Type: EmailMessage
The email message. - caseSystemKey
- Type: SystemString
The system key for the case the mail is archived on. - caseNumber
- Type: SystemString
The case number. - caseSummary
- Type: SystemString
The case summary. - documentKeys
- Type: System.Collections.GenericIEnumerableString
The system keys for archived attachments.
See Also