Hi,
I have a requirement to view (nothing else) Outlook messages in the application.
The msg file is stored in the database as a blob and I can open the message in Outlook - all that is fine.
But now the requirement is to view the message in the application, not in Outlook.
Would anyone have an example of how this is done (using PB 2021)?
Thanks,
Kari
My thing is that the message I want to view is in the database as a blob from where I read it to a ,msg file. It is that file I would like to view. The open doesn't take any parameters
I'll keep searching....
You'll need to use the SelectBlob command to get the .msg data from your DB & then the FileWritex command to write the data into an external file. Then you can point the Outlook OLE control to that file that you just wrote.
Regards ... Chris