Click or drag to resize

MailServiceSend Method (MailMessage, SendEmailFlags)

Sends an e-mail message using arguments supplied in the properties of the MailMessageMailMessage class.

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

Parameters

message
Type: System.Net.MailMailMessage
The MailMessageMailMessage to send.
flags
Type: NetQuarry.ServicesSendEmailFlags
Behavior modification flags

Implements

IEmailServiceSend(MailMessage, SendEmailFlags)
See Also