It's transferResult.Failures.Item(0).Message
All,
I'm trying to output the result of the failure messages within VB.
The code I'm using is transferResult.Failures[0].Message
It complains of "Method or data member not found".
Does anyone know the correct code?
Thanks
Andrew