RemoveRecipient (Email function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
Line 2: Line 2:


This page is [[under construction]].
This page is [[under construction]].
==Syntax==
==Syntax==
{{Template:Email:RemoveRecipient syntax}}
{{Template:Email:RemoveRecipient syntax}}
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%number</th><td>number</td></tr>
<tr><th>%number</th>
<td>number</td></tr>
 
<tr><th>email</th>
<tr><th>email</th>
<td>An <var>Email</var> object.</td></tr>
<td>An <var>Email</var> object.</td></tr>
<tr><th>string</th>
<tr><th>string</th>
<td>string</td></tr>
<td>string</td></tr>
<tr><th>string</th>
<tr><th>string</th>
<td>string<br/>This argument is optional; its default value is [[??]].</td></tr>
<td>string<br/>This argument is optional; its default value is [[??]].</td></tr>
Line 16: Line 22:


==Usage notes==
==Usage notes==
==Examples==
==Examples==
==See also==
==See also==
{{Template:Email:RemoveRecipient footer}}
{{Template:Email:RemoveRecipient footer}}

Revision as of 22:48, 19 July 2012

Remove a mail recipient (Email class)

[Introduced in Sirius Mods 8.0]


This page is under construction.

Syntax

[%number =] email:RemoveRecipient( string)

Syntax terms

%number number
email An Email object.
string string
string string
This argument is optional; its default value is ??.

Usage notes

Examples

See also