Powershell call web service on new email event (Exchange 2010)
- by Mike Mengell
I have Exchange 2010 and I need to run a process using web services against every new email to come in to a mailbox. The process will basically add the email to an internal task list.
Can I use Powershell for this?
Having never used Powershell before I don't really have a clue on it's capabilities.
If not can anyone suggest another way of doing this other than monitoring the mailbox every X seconds. Really I'd like it event based so if no new mail then no processing.
Cheers,
Mike