SMS Examples

Example 1. Sending an SMS.

SMS.Reset()

SMS.AddRecipient(edtPhone)

edtResult = SMS.SendText(edtTextMessage)

Note: