Does anyone know how to query a database (SQL Server) via
email (through Exchange)?
I'm in the process of proposing a web application that
stores vendor information in a SQL Server database. I not
only want to provide an HTML interface to search vendors,
I also want to provide easy access for mobile devices via
a simply email query. I have no idea if email query is
possible with Exchange or how to set it up on the mail
server.
The idea is someone could send an email
to "vendorsearch@mycompany.com" with the search criteria
in the body of the email, such as "48180" for a zip code.
The email would be processed by Exchange, identified as a
query search, and forwarded on to a web server (perhaps
by invoking an HTTP call) or to the SQL server to lookup
the data. Then an email would be sent back to the user
with the results in a text email. Sounds simple, huh?
Is this possible, if so how, or is this pie in the sky?
Thanks!
Archived from group: microsoft>public>exchange>applications