SendEmail

Definition:

SendEmail(toaddress, todisplayname, subject, message)

 

Description:

Send an e-mail.

 

Platforms:

All

 

Parameters:

toaddress - required

Email address to which the email will be sent.

 

todisplayname - required

Name of recipient as you want it to be displayed.

 

subject - required

E-mail subject line.

 

message - required

Message text.

 

Returns:

nothing

 

Notes:

  • The e-mail will be formatted as plain text not HTML. The e-mail will be prepared and displayed but the user will have to press Send to transmit it.

  • On the Windows Desktop Platform, in order to work, this Method requires Microsoft Outlook installed. Windows Universal Platform will load the device's default mail app.