Hi All
Background --> When the user needs to send email from our application, we want to launch and display and outlook mail message form. Once the user has entered and sent the email, we need to store the contents of the email as well as the EntryID in our database.
Problem --> We are able to create and instance of the mail object and display the Outlook message form. However, our program (written in C++) then moves on to its next instruction, before the email is sent. This means that we have no access to the EntryID.
Has anyone else run into this problem? If so, how did you manage to solve it? Obviously any sample code would be really appreciated!!
Background --> When the user needs to send email from our application, we want to launch and display and outlook mail message form. Once the user has entered and sent the email, we need to store the contents of the email as well as the EntryID in our database.
Problem --> We are able to create and instance of the mail object and display the Outlook message form. However, our program (written in C++) then moves on to its next instruction, before the email is sent. This means that we have no access to the EntryID.
Has anyone else run into this problem? If so, how did you manage to solve it? Obviously any sample code would be really appreciated!!