BulkMail getHistory

From Catglobe Wiki
Revision as of 10:43, 1 July 2016 by Hoanghonhungocy (talk | contribs) (Created page with "==== BulkMail_getHistory ==== Send a bulk mail specified by its id. '''Syntax''' sendBulkMail(''bulkMailRId'') '''Arguments''' ''bulkMailRId:'' Is a numeric (non-decimal)...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

BulkMail_getHistory

Send a bulk mail specified by its id.

Syntax

sendBulkMail(bulkMailRId)

Arguments

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


Return type

array of bulkmail history

Example

array bulk=BulkMail_getHistory(15525960); print(bulk); for(number i=0;i<bulk.Count;i++){

   print(bulk[i].NumberOfSent);
  print(bulk[i].SentDate);
  print(bulk[i].Id);

}

Availability

Version 6.0.