I want to schedule a script to open a users inbox, check the messages and
perform a function (i.e. write a to the event log) based on wether or not it
finds an email with a particular subject.

The script will run on one of our Exchange 2000 servers.

Any ideas/examples?

Re: Use VBscript to read messages in inbox by Jim

Jim
Mon Sep 27 09:12:12 CDT 2004

Dave H wrote:

> I want to schedule a script to open a users inbox, check the messages and
> perform a function (i.e. write a to the event log) based on wether or not it
> finds an email with a particular subject.
>
> The script will run on one of our Exchange 2000 servers.
>
> Any ideas/examples?
ASPPOP3 from ServerObjects.com
or the Persits.com or JMail equivalents
have COM objects to do just this using
ASP or ASP.net. Maybe AdvancedIntellect.com
has one as well, check out Discountasp.net for
their links to AdvancedIntellect, which I have.

Re: Use VBscript to read messages in inbox by Frank

Frank
Mon Sep 27 18:11:30 CDT 2004

Freeware pop3sdk of Aloaha

"Jim Davenport" <jdavenport@webshipments.com> schrieb im Newsbeitrag
news:0dV5d.23666$Wa7.23293@trndny06...
> Dave H wrote:
>
> > I want to schedule a script to open a users inbox, check the messages
and
> > perform a function (i.e. write a to the event log) based on wether or
not it
> > finds an email with a particular subject.
> >
> > The script will run on one of our Exchange 2000 servers.
> >
> > Any ideas/examples?
> ASPPOP3 from ServerObjects.com
> or the Persits.com or JMail equivalents
> have COM objects to do just this using
> ASP or ASP.net. Maybe AdvancedIntellect.com
> has one as well, check out Discountasp.net for
> their links to AdvancedIntellect, which I have.