SaveMailLogic Class

Scanjour Workflow4 Reference Manual
Business logic to save mail
Inheritance Hierarchy

SystemObject
  Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMailSaveMailLogic

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 class SaveMailLogic

The SaveMailLogic type exposes the following members.

Constructors

  NameDescription
Public methodSaveMailLogic
Creates instance and initialize Setup.
Top
Properties

  NameDescription
Public propertySetup
SaveMail activity setup.
Top
Methods

  NameDescription
Public methodAddCaseParties
Adds parties to case in the specified role.
Public methodAddDocumentParties
Adds parties to record in the specified role.
Public methodStatic memberConvertEmlToMsg
Convert Outlook eml file content to msg file content.
Public methodCreateRecordWithDocument
Creates new record with document data.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetAccessCode
Gets access code based on authority and owner OU.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveAttachmentsOnCase
Save attachments data on case.
Public methodSaveEmailAndAttachmentsToArchive
Saves email and attachments to document stream archive.
Public methodSaveEmailOnCase
Save email data on case.
Public methodSaveStreamInArchive
Save document into document stream archive.
Public methodSetRecipientAddress
Sets recipient's address on record.
Public methodSetupCase
Creates a new case or gets existing case based on the setup.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateDocumentState
Updates DocumentState with value from setup.
Public methodStatic memberUseDefaultIfNullOrWhiteSpace
If string value is null or whitespace use the provided default.
Public methodValidateCase
Validate if the case can be used to save mail.
Top
See Also

Reference