S
Sudip_inn
Guest
Now i have to develop something to automate some common job. often i get some mail. there is line item and their corresponding old and new xfundcode. after getting the mail i open db and manually update/replace the old xfundcode with new xfundcode.
Now i am thing to develop a console application which will be running in background and check for a new mail arrive or not with a specific subject and specific to address.
so i need to use any best free mail client which can read mail. using that library i need to read mail body and from there i need to extract the html.
1) best free mail client library for c#
2) how to read a specific mail with specific subject and specific to address.
3) how to extract html from mail body.
4) how to iterate html table in c# loop?
mail body would be looking something like....a screen shot attached.
see the above body will be there in mail from where i need to extract the text and iterate in line item. how it will be possible ?
please guide me. thanks
Continue reading...
Now i am thing to develop a console application which will be running in background and check for a new mail arrive or not with a specific subject and specific to address.
so i need to use any best free mail client which can read mail. using that library i need to read mail body and from there i need to extract the html.
1) best free mail client library for c#
2) how to read a specific mail with specific subject and specific to address.
3) how to extract html from mail body.
4) how to iterate html table in c# loop?
mail body would be looking something like....a screen shot attached.
see the above body will be there in mail from where i need to extract the text and iterate in line item. how it will be possible ?
please guide me. thanks
Continue reading...