Malik umar
Malik umar

Reputation: 11

Save Image of Contact in windows phone 7 using C#

I am working on application where I need to save image of particular contact in contact list of windows phone 7 using C#, how to save image of contact which I am unable to do.

Upvotes: 1

Views: 485

Answers (1)

Matt Lacey
Matt Lacey

Reputation: 65564

You can't.
The only way of saving contact details is via the `SaveContactTask' but this does not support saving images.

Upvotes: 2

Related Questions