Difference between revisions of "SetBulkMailFromResource"
Cg huyphong (talk | contribs) |
|||
Line 1: | Line 1: | ||
[[Category:Email_and_SMS_Functions]] | [[Category:Email_and_SMS_Functions]] | ||
− | + | [Will obsolete soon and replace by [[BulkMail_class|BulkMail.From]]] | |
====setBulkMailFromResource==== | ====setBulkMailFromResource==== |
Revision as of 10:22, 12 May 2022
[Will obsolete soon and replace by BulkMail.From]
setBulkMailFromResource
Set the default email account attached to the specified resource to an existing bulk mail's From property.
Syntax
setBulkMailFromResource(bulkMailId, resourceId)
Arguments
bulkMailId: Is a numeric (non-decimal) expression. It is the bulk mail's Id.
resourceId: Is a numeric (non-decimal) expression. It is the resource's Resource Id.
Return type
empty
Example
setBulkMailFromResource(1,2);
Availabilty
Version 5.4