I have an Intranet site for IT Help Desk in classic ASP with a back end in SQL 2000. I also have an email account Helpdesk for external users to send requests and problems. What I am trying to do, is read all incoming emails from the Helpdesk email account and insert the Subject, Body, Received Date and Sender Email address into the SQL 2000 database, and move this email to a sub-folder under the Inbox folder of Helpdesk email account called "Complete". All of this needs to run as a job on a schedule in SQL Server.
Note: The SQL Server 2000 and Exchange 2003 are on 2 separate servers, but on the same domain.
Could somebody point me in the right direction as to how this could be accomplished?
Thank you!!!
Note: The SQL Server 2000 and Exchange 2003 are on 2 separate servers, but on the same domain.
Could somebody point me in the right direction as to how this could be accomplished?
Thank you!!!