New (Email constructor)

From m204wiki
Jump to navigation Jump to search

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