thepain009
Technical User
Hello all,
Let me get straight to the problem - I need to automatically download attachments from all incoming emails from an Exchange account and save them into local folder. The trick is to do this without having Outlook installed.
I have tried MAPI (simple and extended) and they both need a MAPI client - ex. Outlook. I have tried WebDAV, however for that I need to hard code the username/password which is also not an option. CDO seems to be only supporting imap and pop.
The script will be running on Win2k3 server as a user that is logged into the Domain.
Is there a way to meet these requirements?
Let me get straight to the problem - I need to automatically download attachments from all incoming emails from an Exchange account and save them into local folder. The trick is to do this without having Outlook installed.
I have tried MAPI (simple and extended) and they both need a MAPI client - ex. Outlook. I have tried WebDAV, however for that I need to hard code the username/password which is also not an option. CDO seems to be only supporting imap and pop.
The script will be running on Win2k3 server as a user that is logged into the Domain.
Is there a way to meet these requirements?