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.

BulkMail getLatestRecipients: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
No edit summary
 
Line 22: Line 22:
array user_list = BulkMail_getLatestRecipients(33702606);
array user_list = BulkMail_getLatestRecipients(33702606);


print(user_list);
print(user_list); //{12321,3432423,32553453}


'''Availability'''
'''Availability'''

Latest revision as of 07:38, 20 December 2011



BulkMail_getLatestRecipients

Get the list of users' resource id, to whom the mails have just been generated lately based on the bulkmail's resource id

Syntax

BulkMail_getLatestRecipients(bulkMailResourceId)

Arguments

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

Return type

array which is user ids. These are user ids of the last time sending.

Example

array user_list = BulkMail_getLatestRecipients(33702606);

print(user_list); //{12321,3432423,32553453}

Availability

Version 5.7