Opening MSG files

I initially brought this up in the Aspose.Words forum and after answering most my questions they told me to come here. My initial question was if Aspose.Words could open MSG files. It turns out it can't be then I discovered that Aspose.Network can handle this.

I need to work with the MSG files (and any appropriate attachments) in Aspose.Words. I need to know if:

A) Can I open an MSG file and save the body text in a format that can be loaded into Aspose.Words?

B) Can I save appropriate attachments (doc for example) as files that can loaded into Aspose.Words?

Thanks,

Todd

A) With Aspose.Network, you can extract the body text from msg files

B) You can also extract the attachments from the msg files.

For online document, please check it out here

http://www.aspose.com/documentation/utility-components/aspose.network-for-.net/programming-outlook.html

Download link for Aspose.Network

http://www.aspose.com/community/files/54/utility-components/aspose.network/default.aspx

Thanks