Get the message receipt count of a given status.

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

Parameters

name
Type: System..::..String
User name
password
Type: System..::..String
password
transactionID
Type: System..::..Int32
The unique transaction reference for a message
status
Type: MessageStatus
Message status to get count for

Return Value

Count of receipts for specified status

See Also