Difference between revisions of "SetBulkMailFromResource"

From Catglobe Wiki
Jump to: navigation, search
Line 14: Line 14:
 
''bulkMailId:'' Is a numeric (non-decimal) expression. It is the bulk mail's Id.
 
''bulkMailId:'' Is a numeric (non-decimal) expression. It is the bulk mail's Id.
  
''resourceId: ''Is a numeric (non-decimal) expression. It is the resource's Id.
+
''resourceId: ''Is a numeric (non-decimal) expression. It is the resource's Resource Id.
  
 
'''Return type'''
 
'''Return type'''

Revision as of 05:52, 21 December 2011



setBulkMailFromResource

Set the default email account attached to the specified resource to an existing bulk mail's From property.

Syntax

setBulkMailFromResource(bulkMailId, resourceId)

Arguments

bulkMailId: Is a numeric (non-decimal) expression. It is the bulk mail's Id.

resourceId: Is a numeric (non-decimal) expression. It is the resource's Resource Id.

Return type

empty

Example

setBulkMailFromResource(1,2);

Availabilty

Version 5.4