New (Email constructor): Difference between revisions
Jump to navigation
Jump to search
m (→Syntax terms) |
mNo edit summary |
||
Line 10: | Line 10: | ||
</table> | </table> | ||
==See also== | ==See also== | ||
{{Template:Email:New footer}} | {{Template:Email:New footer}} |
Revision as of 19:47, 6 July 2011
Create a new email object (Email class)
Syntax
%email = [%(Email):]New
Syntax terms
A declared Email object to contain the new Email object instance. | |
%(Email) | The class name in parentheses denotes a shared method. New can also be invoked via an Email object variable, which may be Null. |