I believe the .msg files use the OLE 2 Compound Document format (proprietary format for MAPI?).
A quick google for "parse msg files" or ".net .msg format" returned a couple results, nothing jumps out in the open/shared source realm. 100% managed (mono support) + purchasable source: http://www.independentsoft.de/msg/index.html http://www.aspose.com/categories/utility-components/aspose.network-for-.net/default.aspx java options (may be portable?) --> http://www.rgagnon.com/javadetails/java-0613.html If you do find something that works, let me know. Stéphane >>> "Jorge Bastos" <[EMAIL PROTECTED]> 11/10/2008 9:43 AM >>> And about the .msg one's? > -----Original Message----- > From: Stéphane Zanoni [mailto:[EMAIL PROTECTED] > Sent: segunda-feira, 10 de Novembro de 2008 16:23 > To: Jorge Bastos; 'mono-list' > Subject: Re: [Mono-list] Parsing email > > eml are just MIME.822 formatted, the Lumisoft library has well > developed Mime parsing capabilities. > > > >>> "Jorge Bastos" <[EMAIL PROTECTED]> 11/10/2008 7:29 AM >>> > Sorry not .eml, but .msg msoutlook 2003/2007 > > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:mono-list- > > [EMAIL PROTECTED] On Behalf Of Jorge Bastos > > Sent: segunda-feira, 10 de Novembro de 2008 14:26 > > To: 'mono-list' > > Subject: Re: [Mono-list] Parsing email > > > > Can this library parse the .eml messages from MSOutlook 2003/2007? > > > > > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] [mailto:mono-list- > > > [EMAIL PROTECTED] On Behalf Of Damien > > > Sent: segunda-feira, 10 de Novembro de 2008 14:22 > > > To: Peter Hagen; [email protected] > > > Subject: Re: [Mono-list] Parsing email > > > > > > Hi, > > > > > > The Lumisoft Net library : > > > http://www.lumisoft.ee/lsWWW/Download/Downloads/Net/ > > > > > > Cheers, > > > > > > Damien > > > > > > 2008/11/10 Peter Hagen <[EMAIL PROTECTED]>: > > > > Hi all > > > > > > > > does anyone know if there is a existing library or function for > > > parsing > > > > email messages? For example to easily get the attachments? > > > > > > > > cheers > > > > > > > > Peter Hagen > > > > > > > > > > > > _______________________________________________ > > > > Mono-list maillist - [email protected] > > > > http://lists.ximian.com/mailman/listinfo/mono-list > > > > > > > _______________________________________________ > > > Mono-list maillist - [email protected] > > > http://lists.ximian.com/mailman/listinfo/mono-list > > > > _______________________________________________ > > Mono-list maillist - [email protected] > > http://lists.ximian.com/mailman/listinfo/mono-list > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
