More actions
Nguyenduyan (talk | contribs) Created page with "Category:Blacklist {{HelpFiles}} = Blacklist_checkExist = == Syntax == Blacklist_checkExist(array emails); == Arguments == ''emails'': array. Array of tring emails..." |
Nguyenduyan (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
= Blacklist_checkExist = | = Blacklist_checkExist = | ||
Check whether emails existed on Backlist | |||
== Syntax == | == Syntax == |
Revision as of 04:25, 11 August 2017
Blacklist_checkExist
Check whether emails existed on Backlist
Syntax
Blacklist_checkExist(array emails);
Arguments
emails: array. Array of tring emails
Return type
Dictionary
Example
array emails = {"[email protected]", "[email protected]"};
Blacklist_checkExist(emails);//{"[email protected]": False, "[email protected]": True}