A.
1. We have a VB script, that calls (if executed) an ASP file.
2. The ASP file logs into a particular email A/C and reads each message and sends auto reply to them (in a pre-defined format). This is for our customer helpdesk.
Presently, we use Windows Scheduler to schedule the VB Script 1. above, at interval of time, say 15 minutes.
We just want to stop using Windows Scheduler and switch to Visual Cron scheduler.
Our business process flow (steps 1 and 2 above) will remain the same.
B.
We are not having .Net development platform. It is a COM based development platform.
That's why, I requested for VB Script using your COM API.
Ok, send me the VB .Net code for above kind of task (section A)
C.
Also, can you send me a better quality documentation and help for your COM API, where from I can at least understand :
1. Purpose of each method and Property
2. Input parameters (with Variable type)of methods and their return types
3. A few lines of explanation of the methods / properties.