Hi
I am trying to retrieve contact picture(byte[]) and save to azure sql db.
I have tried Data Export Service but these type of entity image fields are not supported. So, trying to write console app.
Please see my code below
The code is working but entityimage is inserted as 0x53797374656D2E427974655B5D for all contacts.
Why is it? Where did I do mistake?
Is this the correct way?
Regards