How I can send an sms, whit
Dim ps As PhoneSms
ps.Send2("CelNo", "message", False, False )
while I have active
Dim SmsIntercept As SmsInterceptor
SmsIntercept.Initialize2("SmsIntercept", 999)
I have tried and does not send error, but not the message
Dim ps As PhoneSms
ps.Send2("CelNo", "message", False, False )
while I have active
Dim SmsIntercept As SmsInterceptor
SmsIntercept.Initialize2("SmsIntercept", 999)
I have tried and does not send error, but not the message