Difference between revisions of "BulkSms getBulkSmsByResourceId"

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

+
{{HelpFiles}}
  
 
====BulkSms_getBulkSmsByResourceId====
 
====BulkSms_getBulkSmsByResourceId====

Revision as of 10:02, 12 December 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