stuartmckay
Programmer
I need some guidance on how to save an email to file after a user click the send button in Outlook.
Steps are:
1) From VFP generate a new email.
2) User fills out email, then hits send.
3) I now want to save the email in .msg format.
The application is written in VFP 5.0. The problem I seem to have is that the email does not appear to have a id assigned when it is created so I am unsure of how to figure out the last sent email... I guess the email may even be in the outbox depending on the users configuration.
Any help would be greatly apprecaited.
Stuart
Steps are:
1) From VFP generate a new email.
2) User fills out email, then hits send.
3) I now want to save the email in .msg format.
The application is written in VFP 5.0. The problem I seem to have is that the email does not appear to have a id assigned when it is created so I am unsure of how to figure out the last sent email... I guess the email may even be in the outbox depending on the users configuration.
Any help would be greatly apprecaited.
Stuart