![]() |
| 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. |
|
|||||||
| Tags: cancel, close |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I want to cancel the form from sending and closing after the Send
button is pressed can somone help put |
| Ads |
|
#2
|
|||
|
|||
|
Set the return value of the Send event handler to False:
Function Item_Send() Item_Send = False End Function -- 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 "MeMatthew" wrote in message oups.com... I want to cancel the form from sending and closing after the Send button is pressed can somone help put |
|
#3
|
|||
|
|||
|
COOL, 10ks for your help
Sue Mosher [MVP-Outlook] wrote: Set the return value of the Send event handler to False: Function Item_Send() Item_Send = False End Function -- 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 "MeMatthew" wrote in message oups.com... I want to cancel the form from sending and closing after the Send button is pressed can somone help put |
|
#4
|
|||
|
|||
|
How can i stop the mail from being sent?
MeMatthew wrote: COOL, 10ks for your help Sue Mosher [MVP-Outlook] wrote: Set the return value of the Send event handler to False: Function Item_Send() Item_Send = False End Function -- 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 "MeMatthew" wrote in message oups.com... I want to cancel the form from sending and closing after the Send button is pressed can somone help put |
|
#5
|
|||
|
|||
|
That's what the code I posted does.
-- 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 "MeMatthew" wrote in message oups.com... How can i stop the mail from being sent? MeMatthew wrote: COOL, 10ks for your help Sue Mosher [MVP-Outlook] wrote: Set the return value of the Send event handler to False: Function Item_Send() Item_Send = False End Function "MeMatthew" wrote in message oups.com... I want to cancel the form from sending and closing after the Send button is pressed can somone help put |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| a reoccuring meeting is cancel it is not being remove | tayash | Outlook - Calandaring | 1 | September 5th 06 08:09 PM |
| how do I cancel the password? | davle | Outlook - General Queries | 1 | June 2nd 06 12:47 PM |
| VB coding of Outlook cancel meeting | martin kendrick | Outlook - Using Forms | 0 | June 1st 06 04:08 PM |
| Item_Send Cancel | Rog | Add-ins for Outlook | 3 | May 3rd 06 11:45 PM |
| Calendar item will not delete on cancel | Charles | Outlook - Calandaring | 0 | February 6th 06 12:43 AM |