Difference between revisions of "Blacklist getDetail"
Nguyenduyan (talk | contribs) (→Example) |
Nguyenduyan (talk | contribs) (→Blacklist_getDetail) |
||
Line 4: | Line 4: | ||
= Blacklist_getDetail = | = Blacklist_getDetail = | ||
− | + | Get detail of emails in blacklist | |
== Syntax == | == Syntax == |
Revision as of 05: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 = {"an1@test.com", "an3@test.com"};
Blacklist_getDetail(emails);//{"an3@test.com": EmailBlacklist}