Determining Email format

Add-in Express™ Support Service
That's what is more important than anything else

Determining Email format
 
Guest


Guest


After setting the OnSend event, is there a property that will allow me to determine the format of the message body i.e. RTF, Plain or HTML?
Posted 05 Dec, 2005 09:02:57 Top
Guest


Guest


Additionally, I am also using the EasyMAPI library

Regards
Mervin Pearce
Posted 05 Dec, 2005 09:51:49 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Mervin,

You can use the BodyFormat property of the MailItem interface for Outlook XP and higher. For Outlook 2000 see the EditorType property of the Inspector interface.

Posted 05 Dec, 2005 10:18:39 Top