The Microsoft.Phone.UserData.StorageKind enumeration implies that “other” storage locations can exist for storing use data, such as appointments and contact details. Is it possible to create a provider that can be installed as part of an App (such that the data becomes aggregated in a similar manner to that from Twitter, LinkedIn, Facebook, etc.)?
The Microsoft.Phone.UserData.StorageKind enumeration implies that other storage locations can exist for storing use data,
Share
There is no way to extend the platform by creating providers.
In the enumeration you refer to
Otherwould include Twitter and LinkedIn (and Google or a mail provider, etc.).