Outlook 2003 - contacts with picture,

  • Thread starter Thread starter Sabrina D
  • Start date Start date
S

Sabrina D

Within Outlook 2003 there is a possibility to add pictures to each contact.
I have been searching for a way to view these photos in a list instead of
having to open up each contact in order to see if a photo is added or not.

Is there a way to have a view where I can see a list of contacts with
photos?

Thanks a lot

Sabrina
 
The pictures are added as attachments to each contact item.
Unfortunately the HasPicture true/false property isn't exposed for use
in views or as a contact field for us in views.

You could write code to populate a field such as User1 with the
HasPicture value but that's about the easiest way I can think of to do
it. And that would require custom code to be run on every item in the
folder to populate the User1 field or other field you used.
 
Thanks, I get the picture ;-)


Ken Slovak - said:
The pictures are added as attachments to each contact item.
Unfortunately the HasPicture true/false property isn't exposed for use
in views or as a contact field for us in views.

You could write code to populate a field such as User1 with the
HasPicture value but that's about the easiest way I can think of to do
it. And that would require custom code to be run on every item in the
folder to populate the User1 field or other field you used.
 
Back
Top