Business logic to save mail
Inheritance Hierarchy
Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMailSaveMailLogic
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMail
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
The SaveMailLogic type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SaveMailLogic |
Creates instance and initialize Setup.
|
Properties
Name | Description | |
---|---|---|
Setup |
SaveMail activity setup.
|
Methods
Name | Description | |
---|---|---|
AddCaseParties |
Adds parties to case in the specified role.
| |
AddDocumentParties |
Adds parties to record in the specified role.
| |
ConvertEmlToMsg |
Convert Outlook eml file content to msg file content.
| |
CreateRecordWithDocument |
Creates new record with document data.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAccessCode |
Gets access code based on authority and owner OU.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SaveAttachmentsOnCase |
Save attachments data on case.
| |
SaveEmailAndAttachmentsToArchive |
Saves email and attachments to document stream archive.
| |
SaveEmailOnCase |
Save email data on case.
| |
SaveStreamInArchive |
Save document into document stream archive.
| |
SetRecipientAddress |
Sets recipient's address on record.
| |
SetupCase |
Creates a new case or gets existing case based on the setup.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UpdateDocumentState |
Updates DocumentState with value from setup.
| |
UseDefaultIfNullOrWhiteSpace |
If string value is null or whitespace use the provided default.
| |
ValidateCase |
Validate if the case can be used to save mail.
|
Extension Methods
Name | Description | |
---|---|---|
FormatFromDictionary | (Defined by DictionaryExtensions.) | |
GetFirstValue | (Defined by DictionaryExtensions.) |
See Also