PC Review
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook Form Programming
Re: How to stop a custom form for composing e-mail one-offs automatically (winmail.dat)
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook Form Programming
Re: How to stop a custom form for composing e-mail one-offs automatically (winmail.dat)
![]() |
Re: How to stop a custom form for composing e-mail one-offs automatically (winmail.dat) |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Any hint on how to cancel the original message?
Bas. "Sue Mosher [MVP]" <suemvp@slipstick.com> wrote in message news:uuqyPvcPDHA.3768@tk2msftngp13.phx.gbl... My testing found that both Outlook 2000 and Outlook 2002 will always send a message created from a custom form in RTF format unless the recipient has specifically been marked to receive only in plain text format. A good solution is to use the form for data entry, but have the Send event create and send a new message with your content in HTML format. -- Sue Mosher, Outlook MVP Outlook and Exchange solutions at http://www.slipstick.com Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.slipstick.com/books/jumpstart.htm "Bas van Atteveldt" <newsgroup@2at.nl> wrote in message news:e$5Jj4$ODHA.2228@tk2msftngp13.phx.gbl... > We are developing a form that has a few checkboxes added and some script to > handle click events on those boxes (altering content off the form). We would > like to be able to send the created messages without the forms attached (to > avoid virus warnings and inability to display in a preview pane) but as soon > as i add a single line of script, the form gets one-offed and attached as > WINMAIL.DAT. > > Is there a way to prevent the form to be sent along with the message? The > message generated is a simple email message and the recipient doesn't (or at > least shouldn't) need the form anyway. |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Add this statement to your Item_Send event handler:
Item_Send = False -- Sue Mosher, Outlook MVP Outlook and Exchange solutions at http://www.slipstick.com Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.slipstick.com/books/jumpstart.htm "Bas van Atteveldt" <newsgroup@2at.nl> wrote in message news:uTWCatoPDHA.3880@tk2msftngp13.phx.gbl... > Any hint on how to cancel the original message? > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

