Andy
Guest
|
Posted:
Thu Oct 13, 2005 8:58 am Post subject:
how to extract mail-attachments from a specific users mailbo |
|
|
hi,
my problem is to watch a useres mailbox for incoming mails (or frequently
check the users inbox)
for mails from a specific sender, with a specified subject if there is an
attachment with a specified file typename. If there is the attachment has to
be extracted to remote computer folder and there by the
attachment has to be reneamed. After all the mail as it self has to be moved
to a folder of the users mailbox.
This I want to do on a Exchange Server running on a SBS2003 server. I wrote
a little VBA macro in my
Outlook2003 but this means that all the time a Outlooksession must be run to
do the job (Saturday and Sunday too). This is that what I want.
So I looked how to do this on an Exchange server, got a copy of the Exchange
SDK Help file and begun to study it. After a while I (a time to time VBA and
V-Basic programmer) was more confused then informed about programming on an
exchange server.
I there anybody who can tell my an easy way to find through this jungle?
|
|