Click or drag to resize

IMessagingPlugin Methods

The IMessagingPlugin type exposes the following members.

Methods
  NameDescription
Public methodInit
Initialize the messaging plugin. This is called before first SendMessage.
Public methodSendMessage(String, String, String, String, Guid, String, Guid)
Send a message using the method implemented in this plugin.
Public methodSendMessage(String, String, String, String, String, String, Guid, String, Guid)
Send a message using the method implemented in this plugin.
Top
See Also