Difference between revisions of "Blacklist checkExist"
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) (→Arguments) |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
= Blacklist_checkExist = | = Blacklist_checkExist = | ||
− | + | Check whether emails existed on Backlist | |
== Syntax == | == Syntax == | ||
Line 11: | Line 11: | ||
== Arguments == | == Arguments == | ||
− | ''emails'': array. Array of | + | ''emails'': array. Array of emails string |
== Return type == | == Return type == |
Latest revision as of 05:25, 11 August 2017
Blacklist_checkExist
Check whether emails existed on Backlist
Syntax
Blacklist_checkExist(array emails);
Arguments
emails: array. Array of emails string
Return type
Dictionary
Example
array emails = {"an4@test.com", "an6@test.com"};
Blacklist_checkExist(emails);//{"an4@test.com": False, "an6@test.com": True}