Read And Get the Value OF html Content from Email Body
-
I Have one email with 2 tables in it. My task is to convert both tables into dataTables in C sharp environment . Could you please help me how to convert email body content tables into dataTables values.
-
I Have one email with 2 tables in it. My task is to convert both tables into dataTables in C sharp environment . Could you please help me how to convert email body content tables into dataTables values.
The body of you email is going to be text/html so look into parsing a text file to extract the structure unique to your tables. Getting at the body of the mail is dependent on your email client!
Never underestimate the power of human stupidity RAH
-
I Have one email with 2 tables in it. My task is to convert both tables into dataTables in C sharp environment . Could you please help me how to convert email body content tables into dataTables values.
也许可是使用解析xml的API来处理
-
I Have one email with 2 tables in it. My task is to convert both tables into dataTables in C sharp environment . Could you please help me how to convert email body content tables into dataTables values.
you have to read the mail content by streamreader. By the way if the mail came into gmail then how can you get the mail body content into your application? can you please tell in little bit more detail your requirement?
-
you have to read the mail content by streamreader. By the way if the mail came into gmail then how can you get the mail body content into your application? can you please tell in little bit more detail your requirement?
Its Just the HTML codes which needs to be read. Like :
Hello
Here's is Just an Example in which we have to Just Get Hello i.e. value. Inspite of value we have to remove special chahracters also from tag values. Hope it is clear to you. I will look for your help . Thanks .