Change Emailformat before sending

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

Change Emailformat before sending
Change Emailformat before sending 
Ingo Klein




Posts: 11
Joined: 2010-07-29
Hi yall,
maybe someone has a solution for my little Problem.
I try to reduce the size of an Email before sending (due to Trafficcosts).

I already deleted the Signature and unneeded Informations before sending.

Now i whould like to change the Emailformat to olText if its olRTF or olHTML.

My Addin is written to support any Outlook Version and i already got the
Format of the used Editor via "Inspector.EditorType", but is there a way
to switch to Text before sending the Email ?
Or is there any other way to reduce the Size of an Email ?

Thanks in advance,
Ingo
Posted 29 Jul, 2010 04:22:43 Top
Andrei Smolin


Add-in Express team


Posts: 18830
Joined: 2006-05-11
Hi Ingo,

Try using MailItem.BodyFormat. Note that it was introduced in Outlook XP so if you use version-neutral interops, you will not see that property. But have a look at http://www.add-in-express.com/forum/read.php?FID=5&TID=805&MID=3836#message3836.


Andrei Smolin
Add-in Express Team Leader
Posted 29 Jul, 2010 05:00:57 Top
Ingo Klein




Posts: 11
Joined: 2010-07-29
It works !

Perfect :)

Thank you
Posted 29 Jul, 2010 08:06:05 Top