Retrieve Mobile Device name in ActiveSync

  • Thread starter Thread starter Hafsteinn Gunnarsson
  • Start date Start date
H

Hafsteinn Gunnarsson

When a mobile Device is docked we create a new partnership. In the end of
that process we give it a name.
Is there any way to programmatically get this name from ActiveSync?
 
You can access the DeviceName on the device using:-
System.Net.Dns.GetHostName()
This is what you will see in Settings > System > About > DeviceID

Peter

--
Peter Foot
Windows Embedded MVP

In The Hand
http://www.inthehand.com
 
Back
Top