Hello,
i am generating a mail with lotis script and this mails mustnot be converted to html. The settings in my location (converting outgoing mail) are “plain text and html”.
I am trying to enforce this by using the NotesMimeEntity class, but it does not work…
Does anyone have any idea for me?
F.e.:
Set mime = doctomail.GetMIMEEntity
Set header = mime.CreateHeader(“Content-Type”)
Call header.SetHeaderVal(“text/plain”)
The agent will run in the user interface.
Thanks!!
Bernd