vote up 0 vote down star

Does anyone know of a way to copy mail attachments of a particular extention from mail when they arrive from exchange 2003, into a shared directory using managed code?

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

Any sample code greatly appreciated.

flag

1 Answer

vote up 0 vote down check

There are a number of free/opensourse, not to mention commercial imap, and pop3 libraries that can expose the functionality you are looking for. Personally, I would setup a delivery rule to flow said emails to a given folder, and use IMAP for the client downloader.

IMAP on Codeplex

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.