Contents
Display Legacy Contents

 Print
    Send E-mail    
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:
    • 1 - To
    • 2 - CC
    • 3 - BCC

    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:
    • 1 - To
    • 2 - CC
    • 3 - BCC

    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.

See also
Samples

 
 
Updated : 10/19/2018 9:45 AM