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.

SetBulkMailFromResource: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Email_and_SMS_Functions]]
[[Category:Email_and_SMS_Functions]]
{{HelpFiles}}
[Will obsolete soon and replace by [[BulkMail_class|BulkMail.From]]. More detail at [[ConversionMethods|ConversionMethods]]]


====setBulkMailFromResource====
====setBulkMailFromResource====
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'''

Latest revision as of 02:20, 13 May 2022

[Will obsolete soon and replace by BulkMail.From. More detail at ConversionMethods]

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