Get the message receipt count of a given status.
Namespace: Dynmark.Services.WebServicesAssembly: 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
) |
Return Value
Count of receipts for specified status
See Also