Re: How to access contents of a mail, when that mail is embedded in another mail ?
Posted By:
Gianluca_Sartori
Posted On:
Thursday, January 17, 2002 12:37 AM
The answer you are looking for is in the FAQ.
Anyway, you just have to treat each part of a message as a container of other parts or the message text.
If you get a Multipart object calling getContent(), you know you have to walk through the parts of that object to get what they contain. Any of those parts can be a Multipart object.