Recall a message that is pending delivery, typically this is a message with a deliver after date set.


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

Syntax

Visual Basic (Declaration)
Public Function RecallMessage( _ 
   ByVal transactiondID As Integer _ 
) As Integer
C#
public int RecallMessage(
   int transactiondID
)
C++
public:
 int RecallMessage(
   int transactiondID
) sealed 
J#
public int RecallMessage(
   int transactiondID
)
JScript
public  function RecallMessage(
   transactiondID : int
) : int

Parameters

transactiondID
Transaction identity of message to recall

Return Value

Number of messages that have been recalled

See Also