I am developing a windows desktop application for copying proprietary data to devices, mobile and pad only. For doing that we are asked to use IMEI number of the device to uniquely identify it. When the customer connects the device, my application in C# is able to detect a device is connected over USB. But I am not finding a way to read the IMEI number of the device.
Please suggest me a way to read the IMEI number of the device. I am open to all programming languages.