How to get device email address in Delphi 10

后端 未结 4 1776
执念已碎
执念已碎 2020-12-06 15:37

I\'m trying to get my device email address, I used Java2OP to convert AccountManager class to object pascal. However, I tried to get the email address using the following co

4条回答
  •  攒了一身酷
    2020-12-06 16:33

    You should use the name property of the Account and not asking to convert the object to a string.

    mmLog.Lines.Add(jstringtostring( jAcc.name));
    

提交回复
热议问题