Hi,
Im looking to create a class to automatically check a pop address and
populate a database with the messages it collects. The problem Im
having is that most of the code I have found doesnt show any way of
splitting out the text only from the body of the mail message. Does
anyone have any examples of how to split up the body of a multipart
mail message into usable chunks that could be displayed or saved?
Thanks,
Jason
Greg Young - 31 Jul 2006 18:01 GMT
There are many mime encapsulations that can do this.
http://www.codeproject.com/cs/internet/despop3client.asp includes one
Cheers,
Greg Young
MVP - C#
http://codebetter.com/blogs/gregyoung
> Hi,
>
[quoted text clipped - 7 lines]
> Thanks,
> Jason