Determine if a message has been successfully delivered to all of the receipients.

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 bool AreMessagesDeliveredSuccessfully(
	string name,
	string password,
	int transactionID
)
Visual Basic
Public Function AreMessagesDeliveredSuccessfully ( _
	name As String, _
	password As String, _
	transactionID As Integer _
) As Boolean
Visual C++
public:
bool AreMessagesDeliveredSuccessfully(
	String^ name, 
	String^ password, 
	int transactionID
)

Parameters

name
Type: System..::..String
User name
password
Type: System..::..String
password
transactionID
Type: System..::..Int32
The unique transaction reference for a message

Return Value

True if all delivered

See Also