Format gets disturbed in composing memo in backend code

Hi,

I have one problem. Whenever i create memo/mail using lotus script code in the backend. Its format get disturbed, when i receive mail on hotmail or yahoo.

but when i view that saved mail(which i sent) its formattting is intact. Now if i send that mail again in the GUI (front end like sending memo from your mail box). I receive the mail in formatted form.

Note: I have used the Notes richtext class in the code.

Why it is happening this… Is anyone have the clue or sample code…

Are there any changes needed to set as MIME on the client or server level? Is anything is needed to add in the code?

Thanks.

Imtiaz

Subject: Format gets disturbed in composing memo in backend code

Imtiaz,

Sounds like you are not telling the back-end LotusScript what form to use when building the e-mail it sends. When you view the e-mail on your screen the manual GUI way, the Memo form is chosen by default, but not because you coded it that way.

Ken