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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top