Displaying attached picture on a form with VBS ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Does anyone know how / if I can display a picture store as an attachment (to
a contact item) in a control on a custom form

The "PictureLoad" method on "controls" can load a picture from file into an
ImageControl.
But can I find something that can load the attachment instead

It seems that this should be possible :
If your copy picture from word into the notes space in a standard contact
form, you'll get the picture
I also can do this as a user on a customized form.

Regards
 
Your code would need to save the attachment to the file system, then load the saved file.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top