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?

Re: Retrieve Mobile Device name in ActiveSync by Peter

Peter
Fri Aug 15 04:18:06 CDT 2003

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

"Hafsteinn Gunnarsson" <hafsteinn@marel.is> wrote in message
news:eWzQc0wYDHA.1916@TK2MSFTNGP12.phx.gbl...
> 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?
>
>
>