RemoveRecipient (Email function): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
This page is [[under construction]]. | This page is [[under construction]]. | ||
This [[Notation conventions for methods#Callable functions|callable]] method | |||
==Syntax== | ==Syntax== | ||
Line 9: | Line 11: | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>%number</th> | <tr><th>%number</th> | ||
<td> | <td>A numeric variable to contain an indicator of the success of the method operation.</td></tr> | ||
<tr><th>email</th> | <tr><th>email</th> | ||
Line 15: | Line 17: | ||
<tr><th>string</th> | <tr><th>string</th> | ||
<td>string< | <td>A string expression that contains the email address to be removed: a userid, followed by an at sign (<tt>@</tt>), followed by a domain name.</td></tr> | ||
</table> | </table> | ||
Revision as of 23:03, 19 July 2012
Remove a mail recipient (Email class)
[Introduced in Sirius Mods 8.0]
This page is under construction.
This callable method
Syntax
[%number =] email:RemoveRecipient( string)
Syntax terms
%number | A numeric variable to contain an indicator of the success of the method operation. |
---|---|
An Email object. | |
string | A string expression that contains the email address to be removed: a userid, followed by an at sign (@), followed by a domain name. |