@younesgamer11 Yeh, the "Mail" module can handle this problem using Imap.
Create Module
-
Hello, I create a new module in BAS.
But I can only create one return value as shown.
So I want to get more than one return value, what should I do?
Thanks very much.


-
@Melinda this can be done by working with the module code.
for example, use modules with more than 1 return value.(in bas there are modules with actions with 2 or more return values) -
@Melinda file info action from the file module
fileinfo_code.js
fileinfo_select.js
fileinfo_interface.js -
@tet-vivi said in Create Module:
@Melinda file info action from the file module
fileinfo_code.js
fileinfo_select.js
fileinfo_interface.js -
@tet-vivi said in Create Module:
@Melinda file info action from the file module
fileinfo_code.js
fileinfo_select.js
fileinfo_interface.js@Fox said in Create Module:
@tet-vivi said in Create Module:
@Melinda file info action from the file module
fileinfo_code.js
fileinfo_select.js
fileinfo_interface.jsI will try to check it.
Thanks very much.