SMSSendResultDelegate DelegateRemotePhoneCallService API Reference
Delegate for the SMSSendResult-event.

Namespace: JustRemotePhone.RemotePhoneService
Assembly: RemotePhoneService (in RemotePhoneService.dll) Version: 5.6.0.1
Syntax

public delegate void SMSSendResultDelegate(
	Guid smsSendRequestId,
	string[] numbers,
	SMSSentResult[] results
)

Parameters

smsSendRequestId
Type: OnlineSystem Guid
The message id for the previously sent message.
numbers
Type:  OnlineSystem String 
The recipient numbers.
results
Type:  JustRemotePhone.RemotePhoneService SMSSentResult 
The result codes for the corresponding recipient numbers.
See Also