I'm trying to parse text-based file attachments (txt, doc, etc...). However, I can't seem to get to the binary information itself. I can get the filename and I can save the file out to some temporary folder and open it from there, but that seems messy.
Is there any way to access the content of an attachment without saving it, reading it, then deleting it or am I just chasing my tail?