RemoveRecipient (Email function): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
This page is [[under construction]]. | This page is [[under construction]]. | ||
This [[Notation conventions for methods#Callable functions|callable]] method | This [[Notation conventions for methods#Callable functions|callable]] method removes a specified name from the "To:", "CC:", and "BCC:" lists of recipients of the <var>Email</var> object. | ||
==Syntax== | ==Syntax== |
Revision as of 23:09, 19 July 2012
Remove a mail recipient (Email class)
[Introduced in Sirius Mods 8.0]
This page is under construction.
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. |
---|---|
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. |