Difference between revisions of "SetBulkMailGroups"
(jrfconvert import) |
|||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:Email_and_SMS_Functions]] |
| | ||
Revision as of 05:38, 22 March 2011
setBulkMailGroups
Set a list of groups to an existing bulk mail.
Syntax
setBulkMailGroups(bulkMailId, groupIds)
Arguments
bulkMailId: Is a numeric (non-decimal) expression. It is the bulk mail's Id.
groupIds: Is an integer array. It is an array of groups' ids.
Return type
empty
Example
array a = {1, 2, 3};
setBulkMailGroups(1, a);
Availabilty
Version 5.4