Click or drag to resize
IIncomingMessageArrangement Interface

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

An arrangement, configuration, of handling incomming messages

Namespace: Netadmin.Management.Messaging.Incoming.Dto
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IIncomingMessageArrangement

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