Extract Exchange Email Attachments Using Managed Code

Does anyone know of a way to copy email attachments of a specific extension from mail when they come from Exchange 2003 to a shared directory using managed code?

I know one way is to use vbscript using listeners that exchange messages. however I was wondering if anyone has seen a sample in managed code, perhaps using interop ??

Any code example is greatly appreciated.

0


a source to share


1 answer


There are many free / openourse, not to mention commercial imap and pop3 libraries that might expose the functionality you are looking for. Personally, I would set up a delivery rule to send specified emails to a specified folder, and use IMAP for the client downloader.



IMAP on Codeplex

0


a source







All Articles