Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

SetBulkMailGroupsToBeRebuilt

From Catglobe Wiki
Revision as of 09:03, 7 March 2011 by Catglobe (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



setBulkMailGroupsToBeRebuilt

Set a list of groups to an existing bulk mail's group to be rebuilt list.

Syntax

setBulkMailGroupsToBeRebuilt(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};

setBulkMailGroupsToBeRebuilt(1, a);

Availabilty

Version 5.4