Dear all,
I have a DBF that stores all the emails' fields (entryid, sendername...etc.). The VFP app that I build so far can display those fields in a grid and also let the user query the results by certain criteria (e.g. sendername, receivedtime...etc.) Now, I like to add a new feature for the user to view the actual email in Outlook when they click on the email record in the grid.
So, the following needs to happen when the user click on the record:
(1) Open the Outlook application,
(2) Display the email by passing the "EntryID" to the Outlook.
Is this possible?
Thanks in advance.
Freddie
I have a DBF that stores all the emails' fields (entryid, sendername...etc.). The VFP app that I build so far can display those fields in a grid and also let the user query the results by certain criteria (e.g. sendername, receivedtime...etc.) Now, I like to add a new feature for the user to view the actual email in Outlook when they click on the email record in the grid.
So, the following needs to happen when the user click on the record:
(1) Open the Outlook application,
(2) Display the email by passing the "EntryID" to the Outlook.
Is this possible?
Thanks in advance.
Freddie