I downloaded the faq "Sending Email without any third party OCX'. I took the code and put it in my project. Upon compiling, an error message pops up informing me that function "GetTimeZone" was not found and function "MID" was also not found. I manage to get the "GetTimeZone" function but not the "MID" function. It is contained in the Function UUDecode(strUUCodeData) and the code line is:
strDataLine = Mid(strDataLine, 2, intSymbols)
any guidance on this is appreciated.
strDataLine = Mid(strDataLine, 2, intSymbols)
any guidance on this is appreciated.