Click or drag to resize

ActionApplyInsertDisclaimer Class

The "Insert disclaimer" action that adds a disclaimer composition at the very bottom of a message by default.
Inheritance Hierarchy
SystemObject
  ER.Shared.Settings.ActionsActionApplyMessageComposition
    Settings.ActionsActionApplyInsertDisclaimer

Namespace:  Settings.Actions
Assembly:  CodeTwo.ER.Settings.2 (in CodeTwo.ER.Settings.2.dll) Version: 2.18.0.0
Syntax
public class ActionApplyInsertDisclaimer : ActionApplyMessageComposition

The ActionApplyInsertDisclaimer type exposes the following members.

Constructors
  NameDescription
Public methodActionApplyInsertDisclaimer
Initializes a new instance of the ActionApplyInsertDisclaimer class
Top
Properties
  NameDescription
Public propertyCompositionLayout
Email layout definition after adding disclaimers.
(Inherited from ActionApplyMessageComposition.)
Public propertyDescription
Description of an action within UI using Rich Text format.
(Inherited from ActionApplyMessageComposition.)
Public propertyDirtyIndicator (Inherited from ActionApplyMessageComposition.)
Public propertyDisplayName
The name used in dialogs to mark types of actions.
(Overrides ActionApplyMessageCompositionDisplayName.)
Public propertyID
Unique ID - GUID that specifies actions in global containers working on action level, e.g. in the frequency counter of sending auto-responders.
(Inherited from ActionApplyMessageComposition.)
Top
Methods
  NameDescription
Public methodSetNewIDAfterClone
To avoid duplicates, new ID of an action needs to be set after cloning.
(Inherited from ActionApplyMessageComposition.)
Top
See Also