How can I prevent a mail from sending?

Add-in Express™ Support Service
That's what is more important than anything else

How can I prevent a mail from sending?
 
Alex




Posts: 1
Joined: 2010-09-30
Hello,

The fact is that I need all mails were sent in the one period of time,
for example I write a mail in 12:00, 12:10... and click send , then I'd like to intercept it, change subject on "send at 13:00"+original subject and put them in a queue.

Is it possible using Add-in Express?
Could you let me some advise how I can do it?

Thanks,
Alex.
Posted 30 Sep, 2010 04:55:57 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Alex.

You can do this the ItemSend event handler. To prevent an e-mail from sending you need to set the e.Cancel property to true.
Posted 30 Sep, 2010 10:32:20 Top