Split Email Body VB.NET
问题 So, in EWS replied email is shown together along with the original email. But in my case I just need the latest reply from the email. For example : From : aaa@domain.com Sent : date sent To : bbb@domain.com Hi, hello, I'm fine thanks -> only want to take this part Regards, A From : bbb@domain.com Sent : date sent To : aaa@domain.com Hi, how are you? Regards, B The bold parts is the ONLY THING I need. Here is the snipped of my code : Protected Sub Page_Load(ByVal sender As Object, ByVal e As