Difference between revisions of "BulkSms getBulkSmsByResourceId"

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

 

  

Revision as of 06:30, 22 March 2011



BulkSms_getBulkSmsByResourceId

Get a bulk SMS object by bulk SMS's resource id

Syntax

BulkSms_getBulkSmsByResourceId(bulkSmsResourceId)

Arguments

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

Return type

array which is bulk SMS object

Example

number bulkSMSResourceId = 9399214;

array bm = BulkSms_getBulkMailByResourceId(bulkSmsResourceId);

Availability

Version 5.8.1