Sends the message to the specified recipients


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public Sub Send()
C#
public void Send()
C++
public:
 void Send() sealed 
J#
public void Send()
JScript
public  function Send()

Exceptions

Exception TypeCondition
ApiDeveloperExceptionThrown if a user has not been logged on prior to call to method
ApiArgumentExceptionThrown if invalid parameters are set against the message
ApiConnectivityExceptionThrown if unable to connect to the web server

See Also