Getting HTML Mail Body

from what i understand, you are trying to read a html table? you could try to pass the table to an XMLDocument object which will structure the data by tags. eventually you could also use string manipulation (ie. split the string by row tag: “”, “”

just some thoughts…