Difference between revisions of "BulkMail getLatestRecipients"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:Email_and_SMS_Functions]]
 

 

  

Revision as of 05:26, 22 March 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);

Availability

Version 5.7