I want to create a form on which there will be button that will Open Outlook to create a new mail ,is that possible ? If yes can you please redirect where to find it ?
Yes I read about that and even tried taking it as reference but it didnt work .
At first when you run it ,it says that outlook should be your default mail client.but even after setting it,it doesnt work
Answers
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
At first when you run it ,it says that outlook should be your default mail client.but even after setting it,it doesnt work
Can you show the code which you are trying?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Actually the code works but I miserably forgot to add this particular ](*,) line of code at first :
OutlookMailItem:=outlookapplication.CreateItem(0);
Problem Solved
Thank you guys !