Hi everyone, I want to write a program: after user schedule a meeting, insert some text to the invition mail.
So I write a dll to receive the EM_MAILSENDNOTE notice. Then I found:
1) If there is a Internet mail address, Notes will call EM_MAILSENDNOTE several times.
2) In the message(mail), there are many body item. One is rich text item and other is a item of type 25.
I did not know what it is.
Could anyone told me how to modify the mail text of invition mail? Thanks.
Regards,
~Eddy