IIncomingMessagingManager GetMyArrangements Method
[This is preliminary documentation and is subject to change.]
Used by retriever plugins to get a list of arrangements that has been configured for that plugin
Namespace: Netadmin.Management.Messaging.Incoming Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIEnumerable <IRetrieverPluginArrangement > GetMyArrangements (
IIncomingMessageRetrieverPlugin plugin
)Function GetMyArrangements (
plugin As IIncomingMessageRetrieverPlugin
) As IEnumerable (Of IRetrieverPluginArrangement )Parameters plugin Type: Netadmin.Management.Messaging.Incoming IIncomingMessageRetrieverPlugin The plugin instance Return Value Type:
IEnumerable IRetrieverPluginArrangement [Missing <returns> documentation for "M:Netadmin.Management.Messaging.Incoming.IIncomingMessagingManager.GetMyArrangements(Netadmin.Management.Messaging.Incoming.IIncomingMessageRetrieverPlugin)"]
See Also