Inva
Printable View
Inva
Antivirus programs will port the incomming mail through them, then pass them on to the mail program after scanning.
In reguards to where they are stored, they are stored in different locations based on the program that is in use.
Inva
Ah, sorry, I didn't realise that's what you wanted. My knowledge on that is a bit sketchy unfortunatly :ehh: um, if that was your original query, i would've posted this in the Classic Visual Basic forum or the Visual Basic .NET forum, then you'd get VB responses to your answer.
Prehaps an admin will move...?
Inva
Don't give up, maybe bump it every now and then, but don't cross post, many people frown about that.
Inva
i dont use vb but couldnt you listen on port 25 with a winsock control and scan the data ?
For that to work, it'd have to somehow intercept a call to get the mail by the mail program and reroute it through the program, do the task then pass it back to port 25 for the email program to grab it.
Inva