Cancel Close

M

MeMatthew

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]

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

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
 
S

Sue Mosher [MVP-Outlook]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top