Hi,
Is it possible to send mail from a Lotus Notes extension developed using C API toolkit, as if it was sent by the default Mail application, resulting in firing EM_MAILSENDNOTE event, so other extensions will process the message?
If not, can this be done using Java Agent/Plugin?
Thank you,
Michael
Subject: RE: Sending Mail from Lotus Notes Extension
Hey MB
If you create the email in the mail.box DB then it should work fine.
If you really what it to “go home” create the principal item as the same as sendto item. Then any failure will be sent to you 
Did you get the “EM_MAILSENDNOTE event” to fire in your code ?
TIA
NG