BulkSms getBulkSmsByResourceId

From Catglobe Wiki
Revision as of 10:02, 12 December 2011 by Cg pham (talk | contribs)
Jump to: navigation, search



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