New (Email constructor): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (1 revision) |
(No difference)
|
Revision as of 17:56, 14 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. |