Does anyone have any ideas of how I might implement an administration
service which monitors e-mails coming in with a certain address and grabs
any attachment to put in a database with ASP. This would probably be
managed by the subject content. A bit like the registration confirmation
Lyris does.
Otherwise is there a way of sending an attachment with a form?
regards
chanoch
to do that, u have to implement a event handler for your mail box, Whenever
a mail is received, u check the subject if it contains the required text u
can send a mail to that person.
U can do this using programming model of outlook.
It has a event called itemadd, which gets fired whenever u receive a mail
outlook_itemadd(item as object)
Madhu
>From: "chanoch wiggers"
>Reply-To: "ASP components" <asp_components@p...>
>To: "ASP components" <asp_components@p...>
>Subject: [asp_components] automatic administration via e-mail
>Date: Thu, 18 May 2000 17:56:23
>
>Does anyone have any ideas of how I might implement an administration
>service which monitors e-mails coming in with a certain address and grabs
>any attachment to put in a database with ASP. This would probably be
>managed by the subject content. A bit like the registration confirmation
>Lyris does.
>
>Otherwise is there a way of sending an attachment with a form?
>
>regards
>
>chanoch
>