Hi,
sorry, i’m not a Notes developer but however i have a job to write a Java application which converts a notes document to a MIME EMail (eml). Since 8.5.1 there is a method document.convertToMIME(…) but how can i get the output as MIME?
Hi,
sorry, i’m not a Notes developer but however i have a job to write a Java application which converts a notes document to a MIME EMail (eml). Since 8.5.1 there is a method document.convertToMIME(…) but how can i get the output as MIME?
Subject: Contact Ben at GeniiSoftt
He probably has a product that can help you:http://www.geniisoft.com/
Howard
Subject: there’s nothing you can call to convert Notes rich text to MIME
Obviously the code exists because the mail gateway does it, but this is not a public API.
Can you arrange for the original documents to already be in MIME format?
Or, if a trick will be okay, you could email the document to a mail-in database via internet mail.
Subject: Re:
Maybe you could wait until 8.5.2 is released or take a look at File Navigator on OpenNTF. With this plug-in you are also able to drag and drop mails as EML files.
Subject: re
Hi,
thank you for your answer, can you tell me what is comming with 8.5.2 to handle mime messages?