RemoveRecipient (Email function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 19: Line 19:


==Usage notes==
==Usage notes==
<var>RemoveRecipient</var> is available as of Version 8.0 of the <var class="product">Sirius Mods</var>.
<ul>
<li><var>RemoveRecipient</var> is available as of Version 8.0 of the <var class="product">Sirius Mods</var>.
</ul>


==Examples==
==Examples==

Revision as of 23:28, 19 July 2012

Remove a mail recipient (Email class)

[Introduced in Sirius Mods 8.0]


This callable method removes a specified name from the "To:", "CC:", and "BCC:" lists of recipients of the Email object.

Syntax

[%number =] email:RemoveRecipient( string)

Syntax terms

%number A numeric variable to contain an indicator of the success of the method operation.
email 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.

Usage notes

  • RemoveRecipient is available as of Version 8.0 of the Sirius Mods.

Examples

See also