Outlook 2003 - contacts with picture,

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
 
K

Ken Slovak - [MVP - Outlook]

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.
 
S

Sabrina D

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top