Click or drag to resize
IIncomingMessageArrangement Properties

[This is preliminary documentation and is subject to change.]

The IIncomingMessageArrangement type exposes the following members.

Properties
  NameDescription
Public propertyBooleanActive
If the arrangement is active or not
Public propertyInt64CompanyId
The company for which this arrangement is valid
Public propertyStringDescription
Description of arrangement, can be null
Public propertyInt64Id
Database ID of the arrangement
Public propertyIListT, T: IIncomingMessageHandlerMessageHandlers
A list of the handlers for the arrangement. The order they are in is the order they are run
Public propertyStringName
Name of the arrangement
Public propertyStringRetrieverPluginConfiguration
The configuration (in JSON) for the retriever plugin
Public propertyStringRetrieverPluginFriendlyName
The friendly name of the plugin. This value is not persisted, and if the plugin is no longer registered, this will be null
Public propertyStringRetrieverPluginIdentifyingName
The identifying name of the retriever plugin
Top
See Also