MobileCRM.Platform.sendEmail - Resconet/JSBridge GitHub Wiki
[v15.0] Opens the platform-specific e-mail message form with pre-filled data.
Arguments
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. |