R
RTT
I'm creating a ASP.NET webapplication in VB.Net. In my code i create a mail
and when i use the save method it saves the mail in the draft folder. Do to
this i use the code i found at the link below and de outlook COM-objects in
Visual studio.
I found this code:
http://www.c-sharpcorner.com/Internet/SendingEmailsThroughOutlookCB.asp and
this work partly...
with this code i can save the mail in the draft folder. But i can't get it
to display to the user. mailitem.display does not seem to work.
so now i'm searching for a way to open or focus on the mail in outlook once
it's created....
does anybody has an idea how i can do this?
and when i use the save method it saves the mail in the draft folder. Do to
this i use the code i found at the link below and de outlook COM-objects in
Visual studio.
I found this code:
http://www.c-sharpcorner.com/Internet/SendingEmailsThroughOutlookCB.asp and
this work partly...
with this code i can save the mail in the draft folder. But i can't get it
to display to the user. mailitem.display does not seem to work.
so now i'm searching for a way to open or focus on the mail in outlook once
it's created....
does anybody has an idea how i can do this?