More actions
Blanked the page |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude>''' <span style="color:blue;">THIS IS A TEMPLATE - IT'S BACKUP VERSION IN PAGE: [[{{FULLPAGENAME}}/backup]]</span> '''</noinclude><!-- please dont delete this line --> | |||
={{{Name|}}} = | |||
<includeonly>[[Category:Functions]]</includeonly> | |||
__NOTOC__ | |||
__NOEDITSECTION__ | |||
{{{Description|Please write a description and submit to code to autogen it next time}}} | |||
== Syntax == | |||
{{{Name|}}}(array emails); | |||
===<span style="color:#DF8621;">'''Arguments'''=== | |||
''emails'': array. Array of emails. | |||
There are 2 ways of using array emails: | |||
The first way: Each email is an EmailBlacklist object | |||
The second way: Each email is an array with pair of email and comment {email, comment} | |||
== Return type == | |||
Number. Number of emails added to Blacklist |
Revision as of 04:19, 22 January 2020
THIS IS A TEMPLATE - IT'S BACKUP VERSION IN PAGE: Template:Function Template/backup
Please write a description and submit to code to autogen it next time
Syntax
(array emails);
Arguments
emails: array. Array of emails.
There are 2 ways of using array emails:
The first way: Each email is an EmailBlacklist object
The second way: Each email is an array with pair of email and comment {email, comment}
Return type
Number. Number of emails added to Blacklist