Accessing Exchange from SSIS - good strategy?

  • SQL Server 2005, Exchange 2003 on different servers.

    I've been given the job of writing a process to run on a schedule and count the number of unread email messages in our helpdesk mailbox, then if it's above a certain number send an email to the helpdesk manager. I've tried creating a linked table from Access but it doesn't show me the read/unread status. I've had a look at SSIS but nothing is leaping out at me as a solution. Am I barking up the wrong tree? Any pointers would be gratefully received. I should point out my only requirement is to read from Exchange, not change the mailbox contents in any way - in particular I do not want to change the read/unread status.

    Thanks

    --
    Scott

  • This might help:

    ADO:

    http://msdn.microsoft.com/en-us/library/aa123760(EXCHG.65).aspx

    Other programming tech:

    http://msdn.microsoft.com/en-us/library/ms876253(EXCHG.65).aspx

    CEWII

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply