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

TNEF stripped



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old June 20th 06, 01:55 PM posted to microsoft.public.outlook.program_forms
a6avant@hotmail.com
external usenet poster
 
Posts: 7
Default TNEF stripped

Hi,

is there a way to find out how and where my custom form information is
stripped when travelling along the Internet from an Exchange 2003
organization to another ?

I have this working between our prod & lab exchange 2003 environments
but not between 2 production environments. Is there a setting in
Exchange 2003 ?

An alternative for me would be that i send the filled in fields as text
to the recipient, but when I test this in our lab with the following
code I still receive the RTF form instead of the text...

Sub CommandButton2_Click()
Set objNewItem = Item.Forward
objNewItem.BodyFormat = 1
objNewItem.To = "Tracy Chapman"
objNewItem.Recipients.ResolveAll

InfoPage = "------------------------- INFO -----------------------" &
vbCrLf
InfoPage = InfoPage & iAffUserSingle

objNewItem.body = InfoPage
objNewItem.Send
End Sub

Any ideas ?

  #2  
Old June 20th 06, 04:55 PM posted to microsoft.public.outlook.program_forms
Hollis Paul [MVP - Outlook]
external usenet poster
 
Posts: 138
Default TNEF stripped

In article . com,
wrote:
is there a way to find out how and where my custom form information is
stripped when travelling along the Internet from an Exchange 2003
organization to another ?

The way that you ensure that the TNEF wrapper is used is to set the
format of the mail item to rtf. Usually this is done in the contact
item. Open the contact item of your recipient, select the email address
you will be using, right-click it, and choose properties. In pre-2003
versions of Outlook, there is a check-box on the bottom of the
properties panel that is labeled "always send to this recipient using
rtf", or some such. Make sure that check box is checked. In OL2003,
this has been moved to a formatting drop-down list. Select the one that
is about rtf. Then save and close the item.

--
Hollis Paul
Mukilteo, WA USA


  #3  
Old June 20th 06, 02:08 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default TNEF stripped

Instead of creating objNewItem with Item.Forward, you'd need to use Application.CreateItem to create a completely new item untainted by a custom form. Fixing it that way will probably be a lot faster and likely to succeed than trying to get the servers to all preserve RTF; but if you want to fiddle with the servers, I think I have some notes at http://www.outlookcode.com/d/sendform.htm that may help.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

wrote in message ups.com...
Hi,

is there a way to find out how and where my custom form information is
stripped when travelling along the Internet from an Exchange 2003
organization to another ?

I have this working between our prod & lab exchange 2003 environments
but not between 2 production environments. Is there a setting in
Exchange 2003 ?

An alternative for me would be that i send the filled in fields as text
to the recipient, but when I test this in our lab with the following
code I still receive the RTF form instead of the text...

Sub CommandButton2_Click()
Set objNewItem = Item.Forward
objNewItem.BodyFormat = 1
objNewItem.To = "Tracy Chapman"
objNewItem.Recipients.ResolveAll

InfoPage = "------------------------- INFO -----------------------" &
vbCrLf
InfoPage = InfoPage & iAffUserSingle

objNewItem.body = InfoPage
objNewItem.Send
End Sub

Any ideas ?

 




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
Stripped off attachments and in-line images Ben Hardy Outlook Express 6 June 25th 06 06:45 AM
Embedded Images Stripped By Receiving Clients mikebabb@cableaz.com Add-ins for Outlook 15 May 9th 06 07:10 PM
Embedded Images Stripped By Receiving Clients mikebabb@cableaz.com Add-ins for Outlook 0 April 26th 06 10:51 PM
Sending mails not using TNEF Ingmar Bauer Outlook and VBA 1 February 22nd 06 10:30 PM
Outlook to Outlook TNEF Problem Paud Outlook - General Queries 0 February 13th 06 12:16 PM


All times are GMT +1. The time now is 10:51 AM.


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.