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.

BulkMail getBulkMailByResourceId: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
[[Category:Email_and_SMS_Functions]]

{{HelpFiles}}


====BulkMail_getBulkMailByResourceId====
====BulkMail_getBulkMailByResourceId====
Line 16: Line 16:
'''Return type'''
'''Return type'''


array which is bulkmail object
array of the bulkmail object


'''Example'''
'''Example'''


number bulkMailResourceId = 9399212;
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