I'm sure I read that it was possible to take an email in RFC 822 format (just the usual raw source format) and add it as a new document into a local NSF database. But I can't seem to find anything in the API that supports this.
I want to bypass a Domino server and POP/IMAP servers and just add the email directly to the inbox.
I need to support Notes 6.5 and up.
I've seen an example (in VB) of sending an email that involves creating a NotesDocument object and setting its properties, as a workaround I could potentially set each of the properties and then use PutInFolder or something similar, but I'd really rather get the email as-is from the raw source.
Is anyone aware of a method in the API that supports importing in this fashion?