IMapperSend Method (String, String) |
Simple way to send a message using this mapper and a
Template. The mapper sets up the message, the relationships,
and creates the template data appropriate from the current row before sending.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax void Send(
string to,
string templateName
)
Sub Send (
to As String,
templateName As String
)
Parameters
- to
- Type: SystemString
The email address or addresses. - templateName
- Type: SystemString
The name of the template to use when sending.
See Also