Email.SendEmailToIdentityEx Method
Sends an email message.Syntax
Email.SendEmailToIdentityEx(toIdentity,subject,plainBody,htmlBody,fromUser)Parameters
| Name | Type | Description |
|---|---|---|
| toIdentity | String | Required. The Identity name of the recipient. |
| subject | String | Required. The subject for email message. |
| plainBody | String | Required. The message body in plain text. This parameter will be useless when "htmlBody" is not empty string. |
| htmlBody | String | Required. The message body in html text. |
| fromUser | String | Required. The User login name of the sender. |
See Also
Email ClassAras.Server.Core Namespace
Aras Innovator Server Framework
Comments
Post a Comment