I need to extract mails in RFC822 from lotus notes.
I am new to Lotus.
Actually suppose I programatically access the database of a user (in C++ application using notes API ), then I read the mails of the user. Now I want to extract the mails in RFC822 and save in a file.
I am using lotus notes 8.0 toolkit.I have explored it, but I couldn’t find any API that could extract mails in RFC822 format.
So is it possible to extract & save it directly using Notes Apis or do I have to write a parser i.e create a format and then write to a file?