Adding a Message to Sent View using .Net

Hi All,

I am a .Net programmer and I have tasked with synchronising MS Outlook and Lotus Notes Client. The scenario is like this:

I need to use .Net to read mails from the Inbox and Sent Msg Folder of Outlook and put those emails in the same Lotus Notes. One of my collegues has been able to transfer the emails from the Outlook Inbox to Lotus Notes Inbox but I am struggling to do the same for copying messages from Outlook Sent Folder to Lotus Notes Sent Msg View. I have been able to read from Outlook sent folder but I can’t find a way to put my message into the Lotus Notes Sent Msg View. Please let me know how this can be achieved.

Subject: Adding a Message to Sent View using .Net

To display in the Sent view, the message must have a PostedDate value (a Date corresponding to the date and time the message was sent) and must NOT have a DeliveredDate value.

Subject: RE: Adding a Message to Sent View using .Net

Thanks for the reply. I just am a bit confused; can you tell me the eact syntax because I dont know if I should use .Save(false) or any other command.

Subject: RE: Adding a Message to Sent View using .Net

I also need to know a way to programmatically mark a message as read.