I have been using Limilabs to read specific gmail from my customers's accounts and parse/process the relevant information.It has been working very well.
Basically, the email contains information about reservations, some clients send one email for each reservation and others send it with a list of reservations.
So far so good.
The problem is that now, one of the customers is sending the emails with a lot of reservations on it but the email body only shows the header for each one.
It is necessary to click on each header to expand and view the context. This doesn't work for me, cause the email is been retrieved with the headers only. The code uses the GetBodyAsText() method. Is there any way to get the entire content without clicking the headers?
I hope I've explained my question well and would be very thankfull for any assistance in finding a solution.