cancel
Showing results for 
Search instead for 
Did you mean: 

Reading HTML table details from within an email using MAPI or Outlook objects

MuraliKumar
Level 3
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

John__Carter
Staff
Staff
Parsing is the only option. Basic string manipulation is one way, or you can try an external library such as mshtml.dll