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.

BulkMail getAllRecipients

From Catglobe Wiki



BulkMail_getAllRecipients

Get all recipients of a bulkmail

Syntax

BulkMail_getAllRecipients(bulkMail_resourceId)

Arguments

bulkMail_resourceId: Is a numeric (non-decimal) expression. It is the bulk mail's resource Id.

Return type

array which is an array with N user's resource ids (N is number of generated bulkmail)

Example

number bulkmail_resource_id = 33702607;

array user_list = BulkMail_getAllRecipients(bulkmail_resource_id);

print (user_list); // {123345,5435233,435346}

Availability

Version 5.7