Is there any device management API available for Windows Phone Mango, for remotely locking or resetting data, managing apps etc, like Android provides (link)?
Is there any device management API available for Windows Phone Mango, for remotely locking
Share
Managing Apps – This can be done via the CoreCon API (see this question). When listing applications, only application IDs are available, so you’d need to do some trickery with parsing loading the data from the marketplace feeds to get the title.
Resetting data – you can use either the CoreCon API or the Isolated Storage Explorer command line tool.
Remote locking – nothing available here