![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi!
I'd like to send a custom form as plain text. Is that possible? I'm not getting the data in the fields I have created on the receiving side. O. |
Ads |
#2
|
|||
|
|||
![]()
What's the actual problem here? Is it that the recipient doesn't have Outlook and so you must send the data as plain text? Or is it that you don't know why the recipient, who does have Outlook, can't see your fields? See http://www.outlookcode.com/d/sendform.htm
In any case, you cannot send the **form** as plain text, but you can send the information. Put code in the Item_Send event handler to create a new message, set its BodyFormat property, then build its Body from the fields in your custom form. Address and send it and then cancel the original send by setting Item_Send = False. -- 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 "Obscurr" wrote in message ... Hi! I'd like to send a custom form as plain text. Is that possible? I'm not getting the data in the fields I have created on the receiving side. O. |
#3
|
|||
|
|||
![]()
In article ,
=?Utf-8?B?T2JzY3Vycg==?= wrote: 'd like to send a custom form as plain text. Is that possible? I'm not getting the data in the fields I have created on the receiving side. If you have a custom form, with which you wish to transmit data in custom user properties, then you need to send the message using the TNEF wrapper. That is controlled by opening the recipient's contact record, selecting the email address that is used, right-clicking it, and choosing properties. On versions before 2003, there is a check-box on the bottom of the properties panel that is labeled "Always send to this recipient using rtf". Put a check in that box. In OL2003, that has been moved to the mail format dropdown list box. Choose the one labeled rtf format. -- Hollis Paul Mukilteo, WA USA |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
OE adds 'Blank' to a plain text messge | pk | Outlook - General Queries | 1 | March 29th 06 04:25 AM |
Plain text vs. HTML | Joy | Outlook Express | 7 | March 19th 06 09:25 PM |
Default Wanted -- Plain Text | Outlook - General Queries | 5 | March 5th 06 02:51 AM | |
Plain text messages are not readable. | Jim | Outlook - Installation | 2 | March 2nd 06 06:15 PM |
Plain text messages are not readable | Jim | Outlook - General Queries | 0 | March 2nd 06 05:36 PM |