OnItemSave Event

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

OnItemSave Event
 
Giancarlo


Guest


can i know when an email is going to be saved?


FMail: TMailItem;
FMail.Subject := 'test';
FMail.Mail.Body := 'hello';
FMail.Mail.Save; //-> generates event


if i comment last line, outlook ask me "want save email"
if i click Yes (i want know the save event)
Posted 06 Sep, 2016 06:01:12 Top
Andrei Smolin


Add-in Express team


Posts: 18825
Joined: 2006-05-11
Hello Giancarlo,

See TMailItem.OnWrite.


Andrei Smolin
Add-in Express Team Leader
Posted 06 Sep, 2016 06:45:02 Top