You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

addAddress(address, displayName)

This method adds the address to the email list.

Parameter(s):

NameTypeMandatoryDefault Value
addressStringYN
displayNameString | NullN'NULL'


Return:

TypeDescription
VoidThis method does not return a value.


Example:

addAddress
(function runNotificationScript(
    /* SimpleRecord */ current, 
    /* SimpleTemplatePrinter */ template,
    /* SimpleEmailOutbound */ email,
    /* SimpleRecord */ event
    ) {
email.addAddress(“test@example.com”, “example”);
})(current, template, email, event);

addAddressCc(address, displayName)

Adds the address to the CC's emails list.

Method description


Parameter(s):

NameTypeMandatoryDefault Value
addressStringYN
displayNameString | NullN'NULL'


Return:

TypeDescription
VoidThis method does not return a value.


Example:

addAddressCc
(function runNotificationScript(
    /* SimpleRecord */ current, 
    /* SimpleTemplatePrinter */ template,
    /* SimpleEmailOutbound */ email,
    /* SimpleRecord */ event
    ) {
email. addAddressCc(“test@example.com”, “copy example”);
})(current, template, email, event);

Method description


Parameter(s):

NameTypeMandatoryDefault Value





Return:

TypeDescription



Example:


Method description


Parameter(s):

NameTypeMandatoryDefault Value





Return:

TypeDescription



Example:


Method description


Parameter(s):

NameTypeMandatoryDefault Value





Return:

TypeDescription



Example:


Method description


Parameter(s):

NameTypeMandatoryDefault Value





Return:

TypeDescription



Example:


Method description


Parameter(s):

NameTypeMandatoryDefault Value





Return:

TypeDescription



Example:


Method description


Parameter(s):

NameTypeMandatoryDefault Value





Return:

TypeDescription



Example:


Method description


Parameter(s):

NameTypeMandatoryDefault Value





Return:

TypeDescription



Example:


Method description


Parameter(s):

NameTypeMandatoryDefault Value





Return:

TypeDescription



Example:


Method description


Parameter(s):

NameTypeMandatoryDefault Value





Return:

TypeDescription



Example:


Method description


Parameter(s):

NameTypeMandatoryDefault Value





Return:

TypeDescription



Example:


Method description


Parameter(s):

NameTypeMandatoryDefault Value





Return:

TypeDescription



Example:


Method description


Parameter(s):

NameTypeMandatoryDefault Value





Return:

TypeDescription



Example:


Method description


Parameter(s):

NameTypeMandatoryDefault Value





Return:

TypeDescription



Example:


  • No labels