G
Guest
I have a .NET application that is used to approve certain business processes
within the company. A request is made on an ASP.NET page and the page sends
an email to the appropriate approver.
Currently, the approver must click on a link (provided in the email) to be
taken to an approval page where he can approve/reject the request. The
ASP.NET page then writes the approval to the database. This does not work
well from blackberrys etc. because the manager is not on the intranet.
Does anyone know of a way where the manager could just reply to the email,
with approve or reject in the body/subject of the email and have that make
make the changes in the database. This may be an Exchange question more so
than a .NET one. It seems like it should be possible as many SPAM mails
allow you to type unsubscribe to be automatically removed from the mailing
list. Any ideas?
within the company. A request is made on an ASP.NET page and the page sends
an email to the appropriate approver.
Currently, the approver must click on a link (provided in the email) to be
taken to an approval page where he can approve/reject the request. The
ASP.NET page then writes the approval to the database. This does not work
well from blackberrys etc. because the manager is not on the intranet.
Does anyone know of a way where the manager could just reply to the email,
with approve or reject in the body/subject of the email and have that make
make the changes in the database. This may be an Exchange question more so
than a .NET one. It seems like it should be possible as many SPAM mails
allow you to type unsubscribe to be automatically removed from the mailing
list. Any ideas?