SimulateIncomingSMS(String,String) Method
Simulates an incoming SMS.

C# Syntax

void SimulateIncomingSMS( 
   string from,
   string text
)

Parameters

from
The caller ID of the incoming SMS message.
text
The text of the incoming SMS message.