Hi,
I've created an Outlook form.
In the "Item_Send" event I use the next command:
"Item.Send = False" in order to cancel the sending (under certain conditions).
These works fine in Outlook 2000, but not in 2003!!!
Any ideas?
Printable View
Hi,
I've created an Outlook form.
In the "Item_Send" event I use the next command:
"Item.Send = False" in order to cancel the sending (under certain conditions).
These works fine in Outlook 2000, but not in 2003!!!
Any ideas?
I think the event is this way and should be canceled by the Cancel parameter.
VB Code:
Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean) If something = true then Cancel = True End if End Sub
Thanks a lot
np, but in order to Resolve your thread you need to either edit the first post or use the thread tools Mark Thread as Resolved menu item.
Will it work on Outlook 2000 as well?
Yes, here s the description of it in 2000.
http://msdn.microsoft.com/library/de...vtitemsend.asp