| IIncomingMessageArrangement Properties |
[This is preliminary documentation and is subject to change.]
The IIncomingMessageArrangement type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| Boolean | Active |
If the arrangement is active or not
| |
| Int64 | CompanyId |
The company for which this arrangement is valid
| |
| String | Description |
Description of arrangement, can be null
| |
| Int64 | Id |
Database ID of the arrangement
| |
| IListT, T: IIncomingMessageHandler | MessageHandlers |
A list of the handlers for the arrangement. The order they are in is the order they are run
| |
| String | Name |
Name of the arrangement
| |
| String | RetrieverPluginConfiguration |
The configuration (in JSON) for the retriever plugin
| |
| String | RetrieverPluginFriendlyName |
The friendly name of the plugin. This value is not persisted, and if the plugin is no longer registered, this will be null
| |
| String | RetrieverPluginIdentifyingName |
The identifying name of the retriever plugin
|