More actions
Nguyenduyan (talk | contribs) |
Nguyenduyan (talk | contribs) |
||
Line 14: | Line 14: | ||
== Return type == | == Return type == | ||
Dictionary | |||
== Example == | == Example == |
Revision as of 04:28, 11 August 2017
Blacklist_getDetail
Syntax
Blacklist_getDetail (array emails);
Arguments
emails: array. Array of emails string
Return type
Dictionary
Example
array emails = {"[email protected]", "[email protected]"};
Blacklist_getDetail(emails);//{EmailBlacklist,EmailBlacklist}