Originally Posted by
mmosoft
It's code in Windev.
PC SOFT WINDEV: Develop 10 times faster
Yes maybe it will herb and mine but for the moment I don't know how do this without injection.
Actually, there is no injection. It works totally in Background and it loots too. Only memory read.
But it doesn't works on Vista (i don't have installed, only XP). Juju tells me that.
And thx to Juju for the tips

.
Don't know how you expect to get very far with the shitty language they provide. It's like taking VB (which is already bad enough) and making it even worse.
Code taken from their forums;
Code:
SessionID is int
SessionID = EmailStartOutlookSession("")
IF EmailSeekFirst(SessionID, emailSender, "[email protected]") = True THEN
WHILE Email.Out = False
TableAdd(Table, Email.Sender + TAB + Email.Subject)
EmailReadNext(SessionID)
END
ELSE
Info("No email was found")
END
Seriously?