When i send mail to an unknown person with api MailFrame.Instance.SendMail, the confirm window with message 'The character might be someone you don't know' popup,
then i get this confirm button info: SecureTransferDialog.Button1.
but When i invoke DoString api:
String a = "/run SecureTransferDialog.Button1:Click()";
Lua.DoString("RunMacroText("" + a + "")");
nothing happens.
So how to send mail in this version? thanks very much
then i get this confirm button info: SecureTransferDialog.Button1.
but When i invoke DoString api:
String a = "/run SecureTransferDialog.Button1:Click()";
Lua.DoString("RunMacroText("" + a + "")");
nothing happens.
So how to send mail in this version? thanks very much
Last edited: