JAVIERGARCIA Member Licensed User Longtime User Oct 29, 2015 #1 Hello, In the log of application, say me : UNDECLARED VARIABLE 'SMTP' IS USED BEFORE IT WAS ASSIGNED ANY VALUE Sub Process_Globals Dim SMTP As SMTP Dim GPS1 As GPS 'Dim FTP As FTP Dim PH As Phone Dim pi As PhoneId Private frontCamera As Boolean = False End Sub And i can not used the smtp for send email why, please? thanks
Hello, In the log of application, say me : UNDECLARED VARIABLE 'SMTP' IS USED BEFORE IT WAS ASSIGNED ANY VALUE Sub Process_Globals Dim SMTP As SMTP Dim GPS1 As GPS 'Dim FTP As FTP Dim PH As Phone Dim pi As PhoneId Private frontCamera As Boolean = False End Sub And i can not used the smtp for send email why, please? thanks
Erel B4X founder Staff member Licensed User Longtime User Nov 1, 2015 #2 You need to add a reference to the Net library. Upvote 0