View Single Post
  #3  
Old October 31st 07, 10:33 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Forcing plain text output

Of course, setting that option will send *all* messages to that recipient in plain text format.

Generating a plain text message from a form without changing the recipient setting would involve putting code behind the form to create a completely new message with Application.CreateItem, set its BodyFormat so that it's plain text, and then write the Body property, based on the data in the form item.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Hollis Paul" wrote in message ...
In article ,
=?Utf-8?B?TGFuY2U=?= wrote:
Is there any way to force an outlook form's output to send as plain text?

Look on the Outlook properties of the email address in contact item of your
recipient. There will be an email Internet format control that allows you
to choose one of several options, one of which is plain text.

--
Hollis Paul
Mukilteo, WA USA


Ads