Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Blacklist getDetail

From Catglobe Wiki
Revision as of 04:43, 11 August 2017 by Nguyenduyan (talk | contribs) (→‎Example)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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]"};
Dictionary d = Blacklist_getDetail(emails);//{"[email protected]": EmailBlacklist}
EmailBlacklist e = d["[email protected]"];
print(e.Comment);//comment3
print(e.Date);//2017-08-11 04:13:26