Difference between revisions of "BulkMail getAllRecipients"

From Catglobe Wiki
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:Email_and_SMS_Functions]]
 
[[Category:Email_and_SMS_Functions]]

+
{{HelpFiles}}
  
 
====BulkMail_getAllRecipients====
 
====BulkMail_getAllRecipients====

Revision as of 09:59, 12 December 2011



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);

Availability

Version 5.7