Store all input configuration for SaveMail activity.
Inheritance Hierarchy
Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMailSaveMailSetup
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMail
Assembly: Scanjour.Workflow4.ActivityLibrary_21.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_21.3.0.0.dll) Version: 21.3.0.0 (21.3.0.0)
Syntax
The SaveMailSetup type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SaveMailSetup | Initializes a new instance of the SaveMailSetup class |
Properties
Name | Description | |
---|---|---|
![]() | AccessCode |
The access code
|
![]() | AttachmentGroup |
The attachment group.
|
![]() | AttachmentIsAppendices |
Attachments are appendixes to mail.
|
![]() | AttachmentType |
The attachment type for mail attachments.
|
![]() | Authority |
The Authority the case belongs to.
|
![]() | CanAddPartiesToCase |
Determines if parties should be added to case.
|
![]() | CreateNewCase |
Determines if new case should be created.
|
![]() | Culture |
The email culture
|
![]() | DefaultCaseGroup |
The Case group for the created case.
|
![]() | DefaultCaseOfficer |
The Case officer for the created case.
|
![]() | DocumentState |
The Document state. UÅ, UL, UP, ARK, AFS.
|
![]() | FileKey |
The ID of the Case to store the mail on.
|
![]() | LetterDate |
The Letter date of the documents.
|
![]() | MailGroup |
The mail document group.
|
![]() | MailList |
The post list option.
|
![]() | MailType |
The mail type for the mail item. I - Ingoing mail, U - OutGoing mail.
|
![]() | OwnerOu |
The case owner OU
|
![]() | PartyMap |
The party type to map email address to party.
|
![]() | RecipientAddressPropertyName |
Property name for Recipient Address.
|
![]() | RecordInfoLabel |
Name of the custom info label for the sender email address.
|
![]() | RoleCc |
The Cc role name in document party.
|
![]() | RoleFrom |
The From role name in document party.
|
![]() | RoleTo |
The To role name in document party.
|
![]() | ValidReceiver |
Current mailbox or default RecipientAddress is empty
|
![]() | ValidRecipients |
Dictionary of valid recipient mail addresses and corresponding custom domain code.
|
Methods
Name | Description | |
---|---|---|
![]() | 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.) |
![]() | 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.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also