How to develop a module to auto update all the emails's TO address in exchange server 2003
Posted
by MemoryLeak
on Stack Overflow
See other posts from Stack Overflow
or by MemoryLeak
Published on 2010-06-01T02:17:33Z
Indexed on
2010/06/01
2:23 UTC
Read the original article
Hit count: 237
I want to develop a module to implement such a feature:
when exchange receive emails in the mailbox : [email protected]
the module will be triggered and modify the email's TO Address to /test/@smb.local and save back to mailbox [email protected].
Thanks in advance!
© Stack Overflow or respective owner