Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Lite 7

 AfterLogic Forum : AfterLogic WebMail Lite 7
Subject Topic: $oMessage->GetPlain() not working Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
abdullahseba
Newbie
Newbie
Avatar

Joined: 25 March 2017
Location: United Kingdom
Online Status: Offline
Posts: 6
Posted: 25 March 2017 at 3:27pm | IP Logged Quote abdullahseba

Hi
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 View abdullahseba's Profile Search for other posts by abdullahseba
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 27 March 2017 at 3:01am | IP Logged Quote Alex

Hi,

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 View Alex's Profile Search for other posts by Alex
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide