Difference between revisions of "BulkMail getAllByParentResourceId"
(Created page with "Category:Using_CGScript_with_the_Tabulation_Module {{HelpFiles}} ==== BulkMail_getAllByParentResourceId ==== return a array which contains bulkMails '''Syntax''' BulkM...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:Email_and_SMS_Functions]] |
{{HelpFiles}} | {{HelpFiles}} | ||
Line 14: | Line 14: | ||
*parentResourceId: is number. It is parent resource id where contains bulkMails | *parentResourceId: is number. It is parent resource id where contains bulkMails | ||
− | + | <br/>'''Return value''' | |
− | '''Return value''' | ||
array | array | ||
Line 25: | Line 24: | ||
print(BulkMails); | print(BulkMails); | ||
//Result: | //Result: | ||
− | {{27,15511373,Send out 2000,15511365,20940,15511371,3eb9d5cf-c5ea-4411-b8ca-9667cfb86769@voxmeter.catglobe.com,{},{},{15511362},0,0,600,0,{},BulkRecipients},{27,15511377,Send test mail,15511365,20940,15511371,3eb9d5cf-c5ea-4411-b8ca-9667cfb86769@voxmeter.catglobe.com,{15498936},{},{},0,0,1,0,{},BulkRecipients}} | + | {{27,15511373,Send out 2000,15511365,20940,15511371,3eb9d5cf-c5ea-4411-b8ca-9667cfb86769@voxmeter.catglobe.com,{},{},{15511362},0,0,600,0,{},BulkRecipients}, |
+ | {27,15511377,Send test mail,15511365,20940,15511371,3eb9d5cf-c5ea-4411-b8ca-9667cfb86769@voxmeter.catglobe.com,{15498936},{},{},0,0,1,0,{},BulkRecipients}} | ||
</source> | </source> |
Latest revision as of 09:18, 26 October 2016
BulkMail_getAllByParentResourceId
return a array which contains bulkMails
Syntax
BulkMail_getAllByParentResourceId(parentResourceId);
Arguments
- parentResourceId: is number. It is parent resource id where contains bulkMails
Return value
array
Examples
array BulkMails = BulkMail_getAllByParentResourceId(15511365);
print(BulkMails);
//Result:
{{27,15511373,Send out 2000,15511365,20940,15511371,3eb9d5cf-c5ea-4411-b8ca-9667cfb86769@voxmeter.catglobe.com,{},{},{15511362},0,0,600,0,{},BulkRecipients},
{27,15511377,Send test mail,15511365,20940,15511371,3eb9d5cf-c5ea-4411-b8ca-9667cfb86769@voxmeter.catglobe.com,{15498936},{},{},0,0,1,0,{},BulkRecipients}}