Click or drag to resize

WZFOIntegratorArchiveEmail Method

Save information about the case the email is archived on.

Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess.WZFOIntegration
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 static void ArchiveEmail(
	IMailService mailService,
	IMailMessage emailMessage,
	string caseSystemKey,
	string caseNumber,
	string caseSummary,
	IEnumerable<string> documentKeys,
	string mailbox
)

Parameters

mailService  IMailService
The email service client.
emailMessage  IMailMessage
The email message.
caseSystemKey  String
The system key for the case the mail is archived on.
caseNumber  String
The case number.
caseSummary  String
The case summary.
documentKeys  IEnumerableString
The system keys for archived attachments.
mailbox  String

[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