I need to extract mails in RFC822 from lotus notes.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.
Is there any way to extract mails from lotus notes in RFC822 format in C++.
Subject: extract mails in RFC822 format in C++
From where? The Domino directory? If so then then the InternetAddress hold the RFC821 format (usually) and then other fields hold sufficient information for you to build the RFC822 phrase format.
Subject: RE: extract mails in RFC822 format in C++
I am new to Lotus. Actually suppose I programatically access the database of a user (in C++ application ), then I read the mails of the user. Now I want to extract the mails in RFC822 and save in a file.
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?