Extracting folder contents and/or rules

O

orcberg

I'm not new to .NET but I am pretty new to interacting with Outlook. A little
background...

The agency I work for has an issue with people sending confidential e-mails
to their personal/home addresses. We need to curb this, and that's what I've
been tasked with. I'm writing an application that will run on our Citrix
servers when users connect and scan their Outlook. The idea is that it will
do two things (depending on which is the easiest):

1. Read in all mail rules set by the user.
2. Scan the Sent Mail folder for any forwarded messages.

These items will then be covertly written to an MSSQL database for review by
our IT staff.

The problem is, I have no idea how to go about doing this. I've added a
reference to Microsoft.Office.Interop.Outlook in my project, but I can't find
very good documentation or examples for it and I'm not really sure where to
start.

Any ideas, advice, examples, etc?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top