Click or drag to resize
IIncomingMessagePlugin Interface

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

This DTO is used for passing information about a Messaging Plugin to/from the IncomingMessagingManager

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

The IIncomingMessagePlugin type exposes the following members.

Properties
  NameDescription
Public propertyStringDescription
A description of the plugin
Public propertyStringFriendlyName
The friendly human understandable name of the plugin. Will be displayed in the User Interface
Public propertyStringIdentifyingName
The 'true' name of the plugin. This is used to identify a specific plugin
Top
See Also