Click or drag to resize

SaveMailLogic Class

Business logic to save mail
Inheritance Hierarchy
SystemObject
  Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMailSaveMailLogic

Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMail
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 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 methodAddDocumentRelation 
Public methodStatic memberConvertEmlToMsg Convert Outlook eml file content to msg file content.
Public methodCreateRecordWithDocument Creates new record with document data.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows 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 methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates 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 methodToStringReturns 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
Extension Methods
See Also