ContactPicture Microsoft.Office.Interop.Outlook
- From: "Alexander" <alexander_k20@xxxxxxx>
- Date: Wed, 10 Oct 2007 18:18:17 -0700
I am trying to use the office interop to retrieve a contact photo for a given contact if available
I am able to iterate thru my contacts:
Outlook.ContactItem contact =
(Outlook.ContactItem)contacts.Items[i];
and i am able to check if a contact has a contact photo:
if(contact.HasPicture)
but i have no idea how i can get access to the ContactPhoto and i been googling with no luck????
.
- Follow-Ups:
- Re: ContactPicture Microsoft.Office.Interop.Outlook
- From: Ken Slovak - [MVP - Outlook]
- Re: ContactPicture Microsoft.Office.Interop.Outlook
- Prev by Date: Re: RDO objects and C#
- Next by Date: Re: ContactPicture Microsoft.Office.Interop.Outlook
- Previous by thread: RDO objects and C#
- Next by thread: Re: ContactPicture Microsoft.Office.Interop.Outlook
- Index(es):
Loading