Save information about the case the email is archived on.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess.WZFOIntegration
Assembly: Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public static void ArchiveEmail( IMailService mailService, IMailMessage emailMessage, string caseSystemKey, string caseNumber, string caseSummary, IEnumerable<string> documentKeys, string mailbox )
Parameters
- mailService
- Type: IMailService
The email service client. - emailMessage
- Type: IMailMessage
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. - mailbox
- Type: SystemString
[Missing <param name="mailbox"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.ServiceProcess.WZFOIntegration.WZFOIntegrator.ArchiveEmail(WorkZone.Exchange.ExchangeMailService.IMailService,WorkZone.Exchange.IMailMessage,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.String},System.String)"]
See Also