RemoveRecipient (Email function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
Line 8: Line 8:
<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>Email 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>
Line 14: Line 14:
<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>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
==Examples==
==See also==
==See also==
{{Template:Email:RemoveRecipient footer}}
{{Template:Email:RemoveRecipient footer}}

Revision as of 22:24, 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

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

Usage notes

Examples

See also