BACKGROUND: I work for a mortgage brokerage and receive rate sheets via email from various lenders. Some send their rate sheets as attachments (usually pdf), others send them as links within the email. I have an Outlook script that runs whenever I receive one of these rate sheets and posts the attachment (if there is one) to a folder on my web server. It also inserts a record into a table in my SQL Server database for the rate sheet. If there is no attachment, the code parses out the text of the email, finds the link and inserts a record into the table putting the link into the FilePath field. Then, an asp page displays the contents of the table to the company employees on our intranet.
MY QUESTION: Outlook sometimes hangs on this script for no apparent reason. If this happens when I'm not here, the rate sheets do not get posted and everyone gets upset. I'd like to find a different solution for posting these rate sheets. I can ONLY get them via email, and I haven't been able to come up with a different solution that doesn't depend on Outlook. If you can think of something, I'd be most grateful.
MY QUESTION: Outlook sometimes hangs on this script for no apparent reason. If this happens when I'm not here, the rate sheets do not get posted and everyone gets upset. I'd like to find a different solution for posting these rate sheets. I can ONLY get them via email, and I haven't been able to come up with a different solution that doesn't depend on Outlook. If you can think of something, I'd be most grateful.