I’m a complete and total noob to Notes. I need to perform a (seemingly) simple task and would appreciate some direction.
Assume I have:
-
A notes db.
-
A notes id for a mail message.
-
The 8.0 C++ SDK.
From this I need to:
-
Retrieve said message.
-
Convert it to MIME.
-
Get a text stream or string of the entire MIME message.
-
Get any SMTP envelope-type data (sender, recipient, connecting IP, etc.) that might be available.
All help is greatly appreciated.