This is killing me.
I am trying to create a simple console application that removes attachments from an Exchange mailbox. I tried WebDav initially, and it worked fine, except that the server is configured to block XML files, which makes it useless to me. I cannot get server administrators to change any settings at the end.
I have the following questions:
1.) Can I run Redemption on the server without installing Outlook?
2.) Can I use ransom to create a βtemporaryβ profile? This application will work under a separate account than in the mailbox, so I need to specify the user password / password at runtime (or at least hard-coded into the source code).
I tried to integrate with the installation of the MAPI subsystem and Perfmon2.exe, but when I try to create a new profile, it just does nothing ...
source
share