Hi this is my first post, apologies if i have done something ill mannered or not done it in correct format.
My prog does not compile, what have i done wrong?
I have added outlook.dll & phone.dll as shown in screen shot.
Anywhere i can find sample code to send sms from phone.
I did search the threads in forum but being first day am a bit lost.
Prog Code:
Sub Globals
'Declare the global variables here.
End Sub
Sub App_Start
Sms.New1("9323232323","This is the message body.") 'Message will be created and sent.
End Sub
My prog does not compile, what have i done wrong?
I have added outlook.dll & phone.dll as shown in screen shot.
Anywhere i can find sample code to send sms from phone.
I did search the threads in forum but being first day am a bit lost.
Prog Code:
Sub Globals
'Declare the global variables here.
End Sub
Sub App_Start
Sms.New1("9323232323","This is the message body.") 'Message will be created and sent.
End Sub