M MeMatthew Sep 11, 2006 #1 I want to cancel the form from sending and closing after the Send button is pressed can somone help put
I want to cancel the form from sending and closing after the Send button is pressed can somone help put
S Sue Mosher [MVP-Outlook] Sep 11, 2006 #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 and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers
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 and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers
M MeMatthew Sep 11, 2006 #3 COOL, 10ks for your help Sue said: 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 and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers Click to expand...
COOL, 10ks for your help Sue said: 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 and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers Click to expand...
M MeMatthew Sep 12, 2006 #4 How can i stop the mail from being sent? MeMatthew said: COOL, 10ks for your help Click to expand...
S Sue Mosher [MVP-Outlook] Sep 12, 2006 #5 That's what the code I posted does. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers
That's what the code I posted does. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers