Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

BulkSms getHistory

From Catglobe Wiki
Revision as of 08:07, 14 July 2016 by Hoanghonhungocy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

BulkSms_getHistory

Get history of bulk sms sent

Syntax

BulkSms_getHistory(bulkSMSRId)

Arguments

bulkSMSRId: Is a numeric (non-decimal) expression. It is the Rid of the bulk sms.


Return type

array of sms history

Example

array bulk=BulkSms_getHistory(15525967);

for(number i=0;i<bulk.Count;i++){

print(bulk[i].NumberOfSent);

print(bulk[i].SentDate);

print(bulk[i].Id);

}

Availability

Version 6.0.