Delegate for the SMSSendResult-event.
Namespace: JustRemotePhone.RemotePhoneServiceAssembly: RemotePhoneService (in RemotePhoneService.dll) Version: 5.6.0.1
Syntax
public delegate void SMSSendResultDelegate( Guid smsSendRequestId, string[] numbers, SMSSentResult[] results )
Parameters
- smsSendRequestId
- Type: System Guid
The message id for the previously sent message.
- numbers
- Type: System String
The recipient numbers.
- results
- Type: JustRemotePhone.RemotePhoneService SMSSentResult
The result codes for the corresponding recipient numbers.
See Also