Reading HTML table details from within an email using MAPI or Outlook objects
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-03-18 07:29 AM
Hi,
We have a requirement wherein we need to read each cell of a HTML table that is within an email. Based on the current capabilities of MAPI object and MS Outlook object, we do not see any actions that can help us parse information from a HTML table in an email. Does anyone know if there is an easy way to do this, other than writing a code stage to parse through HTML tags? Can we use external libraries or DLLs to do this task? Please advise, thanks
MK
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-03-18 02:26 PM
Parsing is the only option. Basic string manipulation is one way, or you can try an external library such as mshtml.dll
