Sub Process_Globals
Dim Psms As PhoneSms
Dim PE As PhoneEvents
end sub
sub XXX_click
PE.Initialize("PE")
Psms.Send2("121344564","message",true,true)
end sub
Sub PE_SmsDelivered (PhoneNumber As String, Intent As Intent)
' this is deliveri status check
end sub
Sub PE_SmsSentStatus (Success As Boolean, ErrorMessage As String, PhoneNumber As String, Intent As Intent)
' this sendi,n complate status
end sub