SendEmail()

For a Text object named message that contains the body content of the email message, use the following syntax:

message.SetSelection(0,-1)
var emailText = message.GetSelectionText()
SendEmail("Jdoe@digitalworkshop.com","","","Welcome",emailText)

Close