How do i get Contact Picture?

R

rnv

hi,
I am trying to read all contact item details specified in outlook contact
list using c#. i can read all contact properties but i have no idea how to
get the picture if the picture is specified for the contact. how is it
possible? will really appreciate.
regards,
rnv
 
K

Ken Slovak - [MVP - Outlook]

There is no exposed method for getting a picture from a contact. Once you
determine that the contact has a picture (ContactItem.HasPicture) you would
need to look at the Attachments collection of the item, that's where the
picture is stored.
 
R

rnv

Thanks a lot!!

Ken Slovak - said:
There is no exposed method for getting a picture from a contact. Once you
determine that the contact has a picture (ContactItem.HasPicture) you
would need to look at the Attachments collection of the item, that's where
the picture is stored.
 

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