I want to add my Notes signature to a message generated by Excel. I can’t find a COM object that provides this. Can anyone help?
Subject: RE: VBA & Notes Signature
You’re going to have to look at the mail file design for the code that inserts the signature. It looks at some profile document fields to determine what kind of signature to include and the additional details (e.g. if it’s imported from an HTML file, the name of the file).
Since it sounds like you’re generating this email from the back-end, you may have some problem with the import option, because Import is a method of NotesUIDocument. But you should be able to handle the other types of signature. If you’re generating the email using MIME, you can of course copy in the HTML from a file, but if the HTML includes any images from local files, you’ll have to process it to generate the necessary MIME parts and the references to them.