Get the message receipts for the messages to specific recipients in a transaction.
Namespace: Dynmark.Services.WebServicesAssembly: Dynmark.Services.WebServices (in Dynmark.Services.WebServices.dll) Version: 1.0.0.0 (1.0.1.0)
Syntax
| C# |
|---|
public List<MessageReceiptClass> GetMessageReceiptsForRecipients(
string name,
string password,
int transactionID,
string[] mobileNumbers
) |
| Visual Basic |
|---|
Public Function GetMessageReceiptsForRecipients ( _
name As String, _
password As String, _
transactionID As Integer, _
mobileNumbers As String() _
) As List(Of MessageReceiptClass) |
| Visual C++ |
|---|
public:
List<MessageReceiptClass^>^ GetMessageReceiptsForRecipients(
String^ name,
String^ password,
int transactionID,
array<String^>^ mobileNumbers
) |
Return Value
A collection of message receipt classes
Return Value
See Also