| Author |  | 
      
        | danj Newbie
 
  
  
 Joined: 21 March 2014
 Online Status: Offline
 Posts: 2
 | 
          
           | Posted: 21 March 2014 at 6:38am | IP Logged |   |  
           | 
 |  Hi.
 
 new to MailBee, is it possible to get only the html of a reply to message via object model?
 
 BodyHtmlText gives me the whole message thread.
 
 Thanks
 
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | danj Newbie
 
  
  
 Joined: 21 March 2014
 Online Status: Offline
 Posts: 2
 | 
          Should mention I am opening an EML file using MailMessage object.
           | Posted: 21 March 2014 at 7:05am | IP Logged |   |  
           | 
 |  | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Alex AfterLogic Support
 
  
  
 Joined: 19 November 2003
 Online Status: Offline
 Posts: 2207
 | 
          It's not possible. There is no such thing as "reply" in email standards. It's just text. Sometimes, "blockquote" tag is used in HTML to mark previous quotes but it all depends on mail clients. Other clients simply insert <hr>, and so on.
           | Posted: 21 March 2014 at 7:14am | IP Logged |   |  
           | 
 |  
 You can combine these approaches and search for blockquote or hr tag. This will work in many cases although it's not very reliable. But there is no better solution.
 
 Regards,
 Alex
 | 
       
        | Back to Top |     | 
       
       
        |  |