Save Emails in Outlook

  • Thread starter Thread starter Arnold Franke
  • Start date Start date
A

Arnold Franke

Hi

I wrote a program in vb.net, that sends emails via a smtp-server. I'd
like the program to save the emails in the sent-folder of outlook on
the local machine. Does anyone know how to do this?

thx
Arnold
 
Meanwhile, I found a solution but ther is still a Problem. I can have
Access to the Outlook folders by creating an outlook object.

Dim oApp As Outlook.Application = New Outlook.ApplicationClass()

The Problem is, the Browser throws an
System.UnauthorizedAccessException in this Line. Does anyone know how
to avoid this?
 
Back
Top