Difference between revisions of "SetBulkMailGroups"
Line 1: | Line 1: | ||
[[Category:Email_and_SMS_Functions]] | [[Category:Email_and_SMS_Functions]] | ||
− | | + | {{HelpFiles}} |
+ | |||
====setBulkMailGroups==== | ====setBulkMailGroups==== |
Revision as of 09:07, 12 December 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