function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
VINAYAKVINAYAK 

Formatting a Email message

Hi

 

I am  using  EmailServices   and my Apex class parses the content of the email message body (ie; removes some of the content ) however when i show the body of the email message on another VF Page the text is not in the orignal format it is rather unreadable all the line break and formatting  is gone is there a way i can keep in a readable form  (I am not using  the id of the email message so show is on the page ).Please help me with this it is very urgent

 

Thanks

sforce2009sforce2009

Need to know more on what you are doing. Can you post the code?

 

Btw, You can use <apex:outputText escape="false" value="{!youremailbodyhere}"/> in your VF page, if this is what all you are trying to do.