unable to cacel item send event from addin written in vb.net.

M

Manish Khare

I have written an outlook addin using shared Addins
project templete in vb.net.I want to cancel itemsend
event i.e. canceling default action of outlook by setting
Cancel=true.Even after setting this property to true this
event is not canceled i.e.outlook executes it's default
action by executing it's default action.
 
S

Sue Mosher [MVP-Outlook]

It might be helpful if you showed a code snippet for that event handler.
 
Top