-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.Platform.sendEmail
rescocrm edited this page May 15, 2023
·
2 revisions
[v15.0] Opens the platform-specific e-mail message form with pre-filled data.
| Argument | Type | Description |
|---|---|---|
| address | String | Recipient's email address. |
| subject | String | An e-mail subject. |
| body | String | A string with email body. |
| mimeType | String | Body content MIME type. |
| errorCallback | function(errorMsg) | The errorCallback which is called asynchronously in case of error. |
| scope | Object | The scope for errorCallback. |