
Adam Pearlman - 2011-01-08 16:32:14
First of all, let me say thanks for providing this great class. I'm using it to parse emails for display on a webpage and I'm wondering if you can give me some pointers for the best approach.
Currently, I am NOT specifying the SaveBody parameter. I decode the messages, then pass each to the analyze method where they are processed and saved to a file. This works fine, except I am not sure how, or if, I can get the attachments and inline files. Is it possible with this approach?
Alternatively, I can specify a SaveBody parameter which I know will save all the parts, including the attachments to a folder. After that, I could process the emails for display.
My preference is to use the first method, but if this is not possible I understand. Can you tell me if it is possible to get and save the attachments using the first method?