Skip to main content

Email.SendEmailToIdentityEx Method (Aras.Server.Core Namespace)

Email.SendEmailToIdentityEx Method

Sends an email message.

Syntax

Email.SendEmailToIdentityEx(toIdentity,subject,plainBody,htmlBody,fromUser)

Parameters

NameTypeDescription
toIdentityStringRequired. The Identity name of the recipient.
subjectStringRequired. The subject for email message.
plainBodyStringRequired. The message body in plain text. This parameter will be useless when "htmlBody" is not empty string.
htmlBodyStringRequired. The message body in html text.
fromUserStringRequired. The User login name of the sender.

See Also

Email Class
Aras.Server.Core Namespace
Aras Innovator Server Framework

Comments