Hi,
I have an extension manager plugin which will intercept all mails which are sent by any user. I use Notes C APIs to build the plugin.
The feature in Lotus Notes by which an user can send a special link message can be used to forward any mail to another user, wherein the mail will be sent as a link.
I now want to extract the content of the link i.e the body content of the mail which is linked.
I tried to use ODSReadMemory for the SID_CD_LINK2 item. But am not able to get the content of the mail.
Can you please suggest a better API to extract the content of the linked mail.
Thank you