> I am trying to figure out how to programmatically interact with > iMail. Their tech support said they couldn't help me and that I > should check the forums. I saw your note, so I hope you don't > mind me asking you.
Are you talking about "programmatically" as in "I have an ASP page that needs to send E-mail" or as in "I have a C++ program that I want to use an API to interact with IMail"?
For ASP and the like, you just send mail through SMTP, it's simple (assuming you have a way to communicate via SMTP).
IMail has no API, however. So, you can't interact with it (except through command line utilities). The one main exception is the hook that they have that allows you to intercept E-mail (like our Declude software does). That just gives you a chance to look at the E-mail, but you don't have an API to use.
-- -Scott
Declude: Anti-virus and Anti-spam solutions for IMail. http://www.declude.com --