Is it possible for the Mail adapter to receive mails with attachments and process those attachments, ultimately publishing them as events.
Is it possible for the Mail adapter to send a mail with file attachment. I have an event with an array of structures and need to send that as an attachment.
As far as I am aware of the email adapter is not capable of handling attachments. A work around that we are currently exploring is running a script on a mailbox to automatically strip out the attachments of incoming emails and saving the attachments to a NT share. We have setup the I/O adapter to poll that directory for incoming files.
There are some samples of scripts out on slipstick.com if your interested however this site is dedicated to Exchange mail systems.