![]() |
Sending custom forms as plain text
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. |
Sending custom forms as plain text
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. |
Sending custom forms as plain text
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 |
All times are GMT +1. The time now is 03:00 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-2006 OutlookBanter.com