Trying to add a custom header item to a Lotus Notes email item, from the context of a Notes Client Extension before the mail is sent from the Lotus Notes client app.
Is this possible?
I'm looking along the lines of using something in the NSFItemSetText family of functions if at all possible, as opposed to the lotus script object model which I gather is COM components.
I'm implementing this in inherited code and have no reference on where I should be looking for a tutorial on this sort of thing.
Basic googling has led me into the realms of the horrible IBM reference site, and there simply must be something out there better than that.