Outlook ItemSend override

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

Outlook ItemSend override
Override the send method in an outlook mail item for certain messages 
Jason Coley




Posts: 272
Joined: 2005-05-26
I want to if possible:

When a user clicks send on mailitems created from some Folders to be able to change the "From" address and the location of the Sent Items folder for that message. Would it be best to ovirride the OnSendItem of teh Application or use the adxBuiltInControl and completely override the send command.

Jason
Posted 29 May, 2005 23:00:11 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Jason,

I think the best way is handling the OnSendItem event of the Application interface.

Posted 30 May, 2005 06:44:58 Top