New (Email constructor): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
Line 5: Line 5:
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%outEmail</th><td>email</td></tr>
<tr><th>email</th><td>A declared <var>Email</var> object to contain the new <var>Email</var> object instance.</td></tr>
<tr><th>(Email)</th>
<tr><th><var>%(Email)</var></th>
<td>The class name in parentheses denotes a shared method. New can also be invoked via a Email object variable, which may be <var>Null</var>.</td></tr>
<td>The class name in parentheses denotes a [[Notation conventions for methods#Shared methods|shared]] method. <var>New</var> can also be invoked via an <var>[[Email_class|Email]]</var> object variable, which may be <var>Null</var>.</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
==Examples==
==See also==
==See also==
{{Template:Email:New footer}}
{{Template:Email:New footer}}

Revision as of 19:46, 6 July 2011

Create a new email object (Email class)


Syntax

%email = [%(Email):]New

Syntax terms

emailA 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.

Usage notes

Examples

See also