Difference between revisions of "Blacklist getDetail"
Nguyenduyan (talk | contribs) (→Arguments) |
Nguyenduyan (talk | contribs) (→Return type) |
||
Line 14: | Line 14: | ||
== Return type == | == Return type == | ||
− | + | Dictionary | |
== Example == | == Example == |
Revision as of 05:28, 11 August 2017
Blacklist_getDetail
Syntax
Blacklist_getDetail (array emails);
Arguments
emails: array. Array of emails string
Return type
Dictionary
Example
array emails = {"an7@test.com", "an6@test.com"};
Blacklist_getDetail(emails);//{EmailBlacklist,EmailBlacklist}