More actions
Nguyenduyan (talk | contribs) |
Nguyenduyan (talk | contribs) |
||
Line 4: | Line 4: | ||
= Blacklist_getDetail = | = Blacklist_getDetail = | ||
Get detail of emails in blacklist | |||
== Syntax == | == Syntax == |
Revision as of 04:30, 11 August 2017
Blacklist_getDetail
Get detail of emails in blacklist
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);//{"[email protected]": EmailBlacklist}