Powershell call web service on new email event (Exchange 2010)
Posted
by Mike Mengell
on Stack Overflow
See other posts from Stack Overflow
or by Mike Mengell
Published on 2010-05-12T14:28:40Z
Indexed on
2010/05/19
11:30 UTC
Read the original article
Hit count: 294
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
© Stack Overflow or respective owner