Click or drag to resize

SaveMailSetup Class

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_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 SaveMailSetup

The SaveMailSetup type exposes the following members.

Constructors
 NameDescription
Public methodSaveMailSetupInitializes 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 propertyInitialDocumentProcessingStatus The default processing state for the created documents
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 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 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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
See Also