A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Forcing plain text output



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old October 31st 07, 09:33 PM posted to microsoft.public.outlook.program_forms
Lance
external usenet poster
 
Posts: 9
Default Forcing plain text output

Is there any way to force an outlook form's output to send as plain text?
Ads
  #2  
Old October 31st 07, 10:21 PM posted to microsoft.public.outlook.program_forms
Hollis Paul
external usenet poster
 
Posts: 242
Default Forcing plain text output

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


  #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


  #4  
Old November 1st 07, 02:08 PM posted to microsoft.public.outlook.program_forms
Lance
external usenet poster
 
Posts: 9
Default Forcing plain text output

Yeah, I saw that option. The problem is the form will be used by many
different users and sent to a choice of many different addresses... Didn’t
want to force each user to add each of the potential recipients as contacts
and change their output to plain text.

"Hollis Paul" wrote:

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



  #5  
Old November 1st 07, 05:32 PM posted to microsoft.public.outlook.program_forms
Hollis Paul
external usenet poster
 
Posts: 242
Default Forcing plain text output

In article ,
=?Utf-8?B?TGFuY2U=?= wrote:
Didn’t
want to force each user to add each of the potential recipients as contacts
and change their output to plain text.

Seems to me that the amount of user training involved would be preferable to
the solution that Sue has outlined.

It used to be that if you touched the Body property in code it reverted to
plain text. That was probably a bug that has since been fixed. And you would
not want to rely on the presence of a bug for the success of your form.

Another avenue to investigate is the format option on the new message itself.
If you open a new message and click options, you will see a format control
that is initially set to autoselect. This is one of those settings that is
always included in that format control in the outlook properties of the email
address of the recipient in the contact item. I betcha you can use code to
set the value of that control to the value that would be picked up from the
contact item. I never tried to do that, but there really has to be someplace
in the message that receives that value from the contact item.

--
Hollis Paul
Mukilteo, WA USA


  #6  
Old November 1st 07, 06:33 PM posted to microsoft.public.outlook.program_forms
Lance
external usenet poster
 
Posts: 9
Default Forcing plain text output

Unfortunately the training would be a bit much, the immediate group it's
going to pushes a dozen facilities in 4 countries.

The "format option" was actually where I was hoping to go with this, if
nothing else you've convinced me that's a route worth investigating.

"Hollis Paul" wrote:

In article ,
=?Utf-8?B?TGFuY2U=?= wrote:
Didn’t
want to force each user to add each of the potential recipients as contacts
and change their output to plain text.

Seems to me that the amount of user training involved would be preferable to
the solution that Sue has outlined.

It used to be that if you touched the Body property in code it reverted to
plain text. That was probably a bug that has since been fixed. And you would
not want to rely on the presence of a bug for the success of your form.

Another avenue to investigate is the format option on the new message itself.
If you open a new message and click options, you will see a format control
that is initially set to autoselect. This is one of those settings that is
always included in that format control in the outlook properties of the email
address of the recipient in the contact item. I betcha you can use code to
set the value of that control to the value that would be picked up from the
contact item. I never tried to do that, but there really has to be someplace
in the message that receives that value from the contact item.

--
Hollis Paul
Mukilteo, WA USA



 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Difference within HTML/Rich Text/Plain Text vt003 Outlook - General Queries 1 October 3rd 07 07:30 PM
Plain Text E-Mail SWC Outlook - General Queries 2 August 14th 07 12:53 AM
Plain Text Ike Fontenot Outlook Express 3 January 1st 07 02:46 AM
problem with rich text (HTML)/plain text Jam Sr Outlook Express 2 July 8th 06 01:50 AM
Plain text vs. HTML Joy Outlook Express 7 March 19th 06 09:25 PM


All times are GMT +1. The time now is 08:51 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.