Difference between revisions of "BulkMail sendSyncronious"

From Catglobe Wiki
Jump to: navigation, search
(Created page with "{{HelpFiles}} ==== BulkMail_sendSyncronious ==== Send a bulk mail and return a number email have just sent.<br/>'''Syntax''' BulkMail_sendSyncronious(number Bulk_mail_resou...")
 
Line 3: Line 3:
 
==== BulkMail_sendSyncronious ====
 
==== BulkMail_sendSyncronious ====
  
Send a bulk mail and return a number email have just sent.<br/>'''Syntax'''
+
Send a bulk mail and return a number email have just sent.
 +
 
 +
'''Syntax'''
  
 
BulkMail_sendSyncronious(number Bulk_mail_resource_id[,number MaxToSend]);
 
BulkMail_sendSyncronious(number Bulk_mail_resource_id[,number MaxToSend]);
Line 9: Line 11:
 
'''Arguments'''
 
'''Arguments'''
  
Bulk_mail_resource_id: Is a numeric (non-decimal) expression. It is the resource id of the bulk mail. MaxToSend: Is a numeric (non-decimal) expression. It is the max email which send.
+
Bulk_mail_resource_id: Is a numeric (non-decimal) expression. It is the resource id of the bulk mail.<br/>MaxToSend: Is a numeric (non-decimal) expression. It is the max email which send.
  
 
'''Return value'''
 
'''Return value'''

Revision as of 11:47, 27 October 2016


BulkMail_sendSyncronious

Send a bulk mail and return a number email have just sent.

Syntax

BulkMail_sendSyncronious(number Bulk_mail_resource_id[,number MaxToSend]);

Arguments

Bulk_mail_resource_id: Is a numeric (non-decimal) expression. It is the resource id of the bulk mail.
MaxToSend: Is a numeric (non-decimal) expression. It is the max email which send.

Return value

number

Examples

number a=BulkMail_sendSyncronious(15551353,1);
//result:

1