Author |
|
gdweb Newbie
Joined: 15 May 2008
Online Status: Offline Posts: 12
|
Posted: 29 May 2008 at 3:18am | IP Logged
|
|
|
I am using
MailMessage msg=
pop3.downloadEntireMessage(mgNo);
msg.getHtmlAndSaveRelatedFiles();
to show the entire message including embedded picture.That's fine, Ihave no problem about that.
But the problem is,while showing the message,No links/Buttons like inbox, compose, trash etc which are related to javascript are working.
Again , if the email is normal html/plain text i.e not included any embedded picture it works fine.I can go to inbox,trash,compose page by clicking the links.
I am really puzzled, cant find any way to solve that..please , please help..
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 29 May 2008 at 4:43am | IP Logged
|
|
|
Where do non-worlking links lead? You should use javascript debugger for that. Maybe, HTML content of your e-mails blocks your javascript functions.
Regards,
Alex
|
Back to Top |
|
|