Author |
|
opsoftware Newbie
Joined: 02 July 2012
Online Status: Offline Posts: 5
|
Posted: 09 January 2013 at 5:27am | IP Logged
|
|
|
Hi Guys,
Our application reads email in programtically and then save it to a database for use later within a web page, the issue we have is that the embeded formatiing and styles that MS Outlook adds to the email is causing problems when the saved email is viewed in a web page.
Is there a way to force mailbee to eith read in a plain text version or strip all these styles out?
Regards,
Ozzie
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 10 January 2013 at 1:19am | IP Logged
|
|
|
If you're looking for plaintext body, you can get it using BodyPlainText property. You can also use a special text mode which is handy when you need to display plaintext on webpage, details are found here.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|