c++ - Can I add x-headers to a Lotus Notes email message without COM? -


A note before the mail trying to add a custom header item to a Lotus Notes email item, from the context of the customer extension Lotus Notes has been sent from the Client app.

Is this possible?

I see on the lines of using something in the NSFTMText text family of the function. If possible, the lotus script object models that I collect are COM components.

I am implementing it in legacy code and there is no reference to why I should search for this type of tutorial.

The original googling has taken me into the terrible IBM reference site area, and there just should be something better out there than that.

You can add a header by using the MailAddHeaderItem function, which will be

If you use NSFItemSetText, the code may be based on the SENDMEMO example. Look at the SENDMAIL example that is in reference to using MailAddHeaderItemByHandle. Examples are included in the API toolkit which you can download if you do not already have it.


Comments