[moved] What ID is sent to Exchange ActiveSync from Windows Phone 7
When my WP7 phone connects to my EAS server I can see among other things it's Device ID (B5B0EA77FE982C6EB38584985E98F221). This ID does not match with anything I can get from the device via API.
Using DeviceExtendedProperties.TryGetValue("DeviceUniqueId", out uniqueId) gives me something totally different.
Does anyone know if there is possibility to get the same ID also from some API call?
Re: [moved] What ID is sent to Exchange ActiveSync from Windows Phone 7
Have you got the same ID every time?
Have you check all informations on the phone parameter view?
Re: [moved] What ID is sent to Exchange ActiveSync from Windows Phone 7
Yes, the ID is the same every time.
I'm building Mobile Device Manager app, so I gather all the information possible. I installed also some other similar apps. None of them show any ID that is remotely similar to the one shown in EAS.
Maybe EAS hashes the Device ID in some way?