SMSReceivedDelegate DelegateRemotePhoneCallService API Reference
Delegate for the SMSReceived-event.

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

public delegate void SMSReceivedDelegate(
	string number,
	string contactLabel,
	string text
)
See Also