C
Carsten Lahme
Hi NGs,
by sending a mail, the event application_itemsend() is triggered.
some code is executed validating some parameters. If a special value
meets I want to cancel the action of sending the mail.
I allready tried:
Item.Save
Item_Send = False
Item.Close 1
Exit Sub
but the mail is still send.
any suggestions?
Thanks in advanced
carsten
by sending a mail, the event application_itemsend() is triggered.
some code is executed validating some parameters. If a special value
meets I want to cancel the action of sending the mail.
I allready tried:
Item.Save
Item_Send = False
Item.Close 1
Exit Sub
but the mail is still send.
any suggestions?
Thanks in advanced
carsten