Changing to plain text

G

Guest

Is there a way to allow incoming messages to be only plain
text or a way to change all current messages to plain text
via code?
 
L

Levi Wolfe

What API are you using?

When sending a message in MAPI, if I want to force a message to be plain
text, I delete PR_HTML, PR_RTF_COMPRESSED, and PR_InetMailOverrideFormat,
and make sure to set PR_MSG_EDITOR_FORMAT to plaintext. You could probably
do the same for incoming messages. If you do all that, also make sure
PR_BODY is set so the user can see something.

-levi wolfe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top