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)

Reply

Re: How to stop a custom form for composing e-mail one-offs automatically (winmail.dat)

 
Thread Tools Rate Thread
Old 29-06-2003, 10:11 PM   #1
Bas van Atteveldt
Guest
 
Posts: n/a
Default Re: How to stop a custom form for composing e-mail one-offs automatically (winmail.dat)


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.



  Reply With Quote
Old 30-06-2003, 12:02 PM   #2
Sue Mosher [MVP]
Guest
 
Posts: n/a
Default Re: How to stop a custom form for composing e-mail one-offs automatically (winmail.dat)

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?
>


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

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