Skip to content

MobileCRM.Platform.sendEmail

rescocrm edited this page Mar 24, 2022 · 2 revisions

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.

Clone this wiki locally