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

  • Thread starter Thread starter Manish Khare
  • Start date Start date
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.
 
It might be helpful if you showed a code snippet for that event handler.
 
Back
Top