_setIncludeInMailReport
Parameters
id
val
Example
FM_api('File_setIncludeInMailReport',[
'id'=>'427227',
'val'=>'1'
]
);On Success
{"ok":1}On Failure
Last updated
Sets the "attach to email" field.
The ID of the File being modified.
Integer value which decides if the "attach to email" field is enabled: 0 => disabled 1 => enabled
FM_api('File_setIncludeInMailReport',[
'id'=>'427227',
'val'=>'1'
]
);{"ok":1}If the "id" parameter is less than 1 or not given a value:
Last updated
{"error":"missing or invalid parameter: id"}