手机(设备)的序列号

是否有可能获得唯一的电话号码(不是SIM卡,电话号码,而是设备号码!)??
设备序列号,产品代码,IMEI等?
我使用Windows Phone 7.1

object uniqueId; var hexString = string.Empty; if (DeviceExtendedProperties.TryGetValue("DeviceUniqueId", out uniqueId)) hexString = BitConverter.ToString((byte[])uniqueId).Replace("-", string.Empty); 

不要忘记在应用清单中指定ID_CAP_IDENTITY_DEVICEfunction。

您可以使用TAPI使用c#检索IMEI。 请参阅此链接 。

在桌面(主页)屏幕上键入*#06#以获取IMEI号