So here is my system: Users can email a document to a specified email address and that document will be automatically added into our system. Currently this is process by a windows service that polls the Exchange server and processes messages whenever it finds them.
I'm attempting to move to a more distributed system where several services can process messages at the same time. To better serve this I'd like to use the MSMQ-Exchange Connector such that whenever emails arrive in the designated mailbox, they are automatically added to the MSMQ.
So how does the MSMQ-Exchange connector handle attachments? Most of the documentation I'm finding around the MSMQ-Exchange connector is for very old versions of MSMQ and Exchange.