New (Email constructor): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
Line 10: Line 10:
</table>
</table>


==Usage notes==
==Examples==
==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

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

See also