More actions
jrfconvert import |
Cg huyphong (talk | contribs) No edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Category: | [[Category:Email_and_SMS_Functions]] | ||
| {{HelpFiles}} | ||
====BulkMail_getBulkMailByResourceId==== | ====BulkMail_getBulkMailByResourceId==== | ||
Line 16: | Line 16: | ||
'''Return type''' | '''Return type''' | ||
array | array of the bulkmail object | ||
'''Example''' | '''Example''' | ||
number bulkMailResourceId = | number bulkMailResourceId = 37294824; | ||
array bm = BulkMail_getBulkMailByResourceId(bulkMailResourceId); | array bm = BulkMail_getBulkMailByResourceId(bulkMailResourceId); | ||
print(bm); //{27,37294824,test new,25455,34409968,37245883,[email protected],{},{37294822},{},0,3,0} | |||
'''Availability''' | '''Availability''' |
Latest revision as of 07:32, 20 December 2011
BulkMail_getBulkMailByResourceId
Get a bulk mail object by bulk mail's resource id
Syntax
BulkMail_getBulkMailByResourceId(bulkMailResourceId)
Arguments
bulkMailResourceId: Is a numeric (non-decimal) expression. It is the bulk mail's resource Id.
Return type
array of the bulkmail object
Example
number bulkMailResourceId = 37294824;
array bm = BulkMail_getBulkMailByResourceId(bulkMailResourceId);
print(bm); //{27,37294824,test new,25455,34409968,37245883,[email protected],{},{37294822},{},0,3,0}
Availability
Version 5.8