Click or drag to resize

IEmailServiceSend Method (MailMessage, SendEmailFlags, String)

Sends an e-mail message using arguments supplied in the properties of the MailMessage class, with SendEmailFlags options, and using a Template for the email composition.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
void Send(
	MailMessage message,
	SendEmailFlags flags,
	string templateName
)

Parameters

message
Type: System.Net.MailMailMessage
The MailMessageMailMessage to send.
flags
Type: NetQuarry.ServicesSendEmailFlags
Flags that modify the behavior of the method
templateName
Type: SystemString
The name of a template associated with the mail message.
See Also