SendString(String,Int32) Method
Simulates entering text (a string) using the device keyboard, with the option to send each of the string characters in intervals of n milliseconds.

C# Syntax

void SendString( 
   string text,
   int interval
)

Parameters

text
The text to send to the device.
interval
The time (in milliseconds) to wait before injecting each subsequent character. The value must be between 200 and 3000, or 0 (default), otherwise an exception is thrown.