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

SetBulkMailGroups

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.SetGroups. More detail at ConversionMethods]

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

setBulkMailGroups(1, grouplist );

Availabilty

Version 5.4