Recall a message from being delivered (only works for messages submitted with a deliver after current date/time).

Namespace: Dynmark.Services.WebServices
Assembly: Dynmark.Services.WebServices (in Dynmark.Services.WebServices.dll) Version: 1.0.0.0 (1.0.1.0)

Syntax

C#
public int RecallMessage(
	string name,
	string password,
	int transactionID
)
Visual Basic
Public Function RecallMessage ( _
	name As String, _
	password As String, _
	transactionID As Integer _
) As Integer
Visual C++
public:
int RecallMessage(
	String^ name, 
	String^ password, 
	int transactionID
)

Parameters

name
Type: System..::..String
User name
password
Type: System..::..String
Password
transactionID
Type: System..::..Int32
Message transaction ID

Return Value

Number of messages that have been recalled

See Also