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 02:22, 13 May 2022 by Administrator (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[Will obsolete soon and replace by BulkMail.SetGroupsToBeRebuild. More detail at ConversionMethods]

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 groupIdlist = {1, 2, 3};

setBulkMailGroupsToBeRebuilt(1, groupIdlist );

Availabilty

Version 5.4