| Author |  | 
      
        | abdullahseba Newbie
 
  
  
 Joined: 25 March 2017
 Location: United Kingdom
 Online Status: Offline
 Posts: 6
 | 
          Hi
           | Posted: 25 March 2017 at 3:27pm | IP Logged |   |  
           | 
 |  I want to get a bit of the message content to show in html but the result is empty. Here is my code, the rest of which works.
 
 ```
 echo '
 <tr>
 <td><input type="checkbox"></td>
 <td class="mailbox-star"><a href="#"><i class="fa fa-star text-yellow"></i></a></td>
 <td class="mailbox-name"><a href="read-mail.html">'.$oFrom->ToString().'</a></td>
 <td class="mailbox-subject"><b>'.$oMessage->GetSubject().'</b> - '.$oMessage->GetPlain().'...
 </td>
 <td class="mailbox-attachment"><i class="fa fa-paperclip"></i></td>
 <td class="mailbox-date">15 days ago</td>
 </tr>
 
 ';
 ```
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Alex AfterLogic Support
 
  
  
 Joined: 19 November 2003
 Online Status: Offline
 Posts: 2207
 | 
          Hi,
           | Posted: 27 March 2017 at 3:01am | IP Logged |   |  
           | 
 |  
 If you need assistance in development of your own webmail client based on WebMail Lite, please contact us at HelpDesk to discuss this.
 
 Regards,
 Alex
 | 
       
        | Back to Top |     | 
       
       
        |  |