Email.SendEmailToIdentity Method
Sends an email message with plain text.Syntax
Email.SendEmailToIdentity(toIdentity,subject,body,fromUser)Parameters
| Name | Type | Description |
|---|---|---|
| toIdentity | String | Required. The Identity name of the recipient. |
| subject | String | Required. The subject for email message. |
| body | String | Required. The message body. |
| 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