Send an e-mail through the operating system email client.
Parameters
From
Sender Name string
Name of the e-mail sender.
Sender Address string
Sender e-mail address.
To
Type
Type of the destination contact.
It can be one of:
Name string
Name of destination contact.
Address string
E-mail address of destination contact.
(...)
Nth-Type
Nth-Type of the destination contact.
It can be one of:
Nth-Name string
Nth-Name of destination contact.
Nth-Address string
Nth-E-mail address of destination contact.
Subject/Body
Subject string
Subject of the e-mail to send.
Body string
Body of the e-mail to send.
Attach
Attachment string
Attachment to the e-mail to send.
(...)
Nth-Attachment string
Nth-Attachment to the e-mail to send.
|
- It is possible to add several e-mail´s in option To, separeted by Charact(13) (CR character).
In case of adding more than one e-mail you need to add the same number in both “Name” and “Address” option.
- It is possible to add several attachments, separeted by Charact(13) (CR character).
- The From parameters are not used by Win32 and Android clients and are optional in the other clients.
- The Name parameter in the addresses is not used by Win32, Android and iOS clients.
- Win32 clients execute the "mailto:" command to run this action and, as such, do not support attachments
- In Windows clients this call is not a blocking call. On Android and iOS it is a blocking call.
- In Win10 attachments may only work correctly if the e-mail App is a Windows Store App. This is a known limitation in Microsoft Win10 platform.
|
Updated : 7/8/2019 12:43 PM
|