Function EmailIntegration->save_attachments
Definitions
sources/mail_integration.php
- Save e-mail attachments and attach to body Comcode.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$attachments | array | required parameter | N/A | N/A | Attachments |
$member_id | MEMBER | required parameter | N/A | N/A | Member ID |
$member_id_comcode | MEMBER | required parameter | N/A | N/A | Member ID to save against |
$body | string | required parameter | N/A | N/A | Comcode body (altered by reference) |
Return
- List of attachment error messages
- Type: array
- Set: N/A
- Range: N/A