You can actually do this by creating an Win-NT service which polls contantly
for new messages without user intervention. All new messages are read and
then proccessed according or replied back via SMTP as mentioned by you.
Regards
Rekhender
> I am trying to put together a script which listens to MAPI requests for
> incoming mail and formats and sends smtp mail via CDO. The later part is
> straight forward. Is there a sample for MAPI listener and message processor?
>
> Thanks in advance