Difference between revisions of "Blacklist getDetail"

From Catglobe Wiki
Jump to: navigation, search
(Arguments)
(Return type)
Line 14: Line 14:
  
 
== Return type ==
 
== Return type ==
Array of EmailBlacklist
+
Dictionary
  
 
== Example ==
 
== Example ==

Revision as of 06: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}