SaveMailSetup Class

Scanjour Workflow4 Reference Manual
Store all input configuration for SaveMail activity.
Inheritance Hierarchy

SystemObject
  Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMailSaveMailSetup

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 SaveMailSetup

The SaveMailSetup type exposes the following members.

Constructors

  NameDescription
Public methodSaveMailSetup
Initializes a new instance of the SaveMailSetup class
Top
Properties

  NameDescription
Public propertyAccessCode
The access code
Public propertyAttachmentGroup
The attachment group.
Public propertyAttachmentIsAppendices
Attachments are appendixes to mail.
Public propertyAttachmentType
The attachment type for mail attachments.
Public propertyAuthority
The Authority the case belongs to.
Public propertyCanAddPartiesToCase
Determines if parties should be added to case.
Public propertyCreateNewCase
Determines if new case should be created.
Public propertyCulture
The email culture
Public propertyDefaultCaseGroup
The Case group for the created case.
Public propertyDefaultCaseOfficer
The Case officer for the created case.
Public propertyDocumentState
The Document state. UÅ, UL, UP, ARK, AFS.
Public propertyFileKey
The ID of the Case to store the mail on.
Public propertyLetterDate
The Letter date of the documents.
Public propertyMailGroup
The mail document group.
Public propertyMailList
The post list option.
Public propertyMailType
The mail type for the mail item. I - Ingoing mail, U - OutGoing mail.
Public propertyOwnerOu
The case owner OU
Public propertyPartyMap
The party type to map email address to party.
Public propertyRecipientAddressPropertyName
Property name for Recipient Address.
Public propertyRecordInfoLabel
Name of the custom info label for the sender email address.
Public propertyRoleCc
The Cc role name in document party.
Public propertyRoleFrom
The From role name in document party.
Public propertyRoleTo
The To role name in document party.
Public propertyValidReceiver
Current mailbox or default RecipientAddress is empty
Public propertyValidRecipients
Dictionary of valid recipient mail addresses and corresponding custom domain code.
Top
Methods

  NameDescription
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 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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference