quote:
Originally posted by Mattike
First you should download the file to a temporany location, which you can do with the new MsgPlus.DownloadFile function. Then, you can use PlusWnd.ImageElmt_SetImageFile to change the image displayed. Don't forget to delete your file afterwards!
However when you are setting the Image from a location that is not in your Scripts folder you need to prefix the path with a \.
For instance if you saved your image to C:\Temp and it was called myimage.jpg the code would be:
code:
pPlusWnd.ImgElmt_SetImageFile('myimage', '\\C:\\Temp\\myimage.jpg');